Skip to content

Support argmin, argmax, var, std, mean - #178

Merged
ejmeitz merged 4 commits into
developfrom
more-reductions
Aug 15, 2026
Merged

Support argmin, argmax, var, std, mean#178
ejmeitz merged 4 commits into
developfrom
more-reductions

Conversation

@ejmeitz

@ejmeitz ejmeitz commented Aug 13, 2026

Copy link
Copy Markdown
Member

var, std, mean are easy. argmin and argmax are weirder cause the default legate task returns a tuple so we have to use GETARG task to avoid unwraping in the result. This is what python does and seems to work in Julia.

Only support for 1D arrays on argmin/argmax.

@ejmeitz
ejmeitz changed the base branch from main to develop August 13, 2026 19:45
@ejmeitz
ejmeitz changed the base branch from develop to leftover-ops August 13, 2026 20:32
Base automatically changed from leftover-ops to develop August 15, 2026 17:32
@ejmeitz
ejmeitz merged commit 1b18c55 into develop Aug 15, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants