Skip to content

Stop instantiating min and max reduction ops for complex types - #621

Merged
magnatelee merged 1 commit into
nv-legate:branch-22.10from
magnatelee:no-minmax-reduce-for-complex-types
Sep 29, 2022
Merged

Stop instantiating min and max reduction ops for complex types#621
magnatelee merged 1 commit into
nv-legate:branch-22.10from
magnatelee:no-minmax-reduce-for-complex-types

Conversation

@magnatelee

@magnatelee magnatelee commented Sep 29, 2022

Copy link
Copy Markdown
Contributor

It turns out that min and max reductions on complex types are rejected in the Python code even though the C++ reduction code was instantiating the template for those cases. This PR fixes the inconsistency by removing those instances.

@magnatelee magnatelee added the category:task PR is a simple task and will not be included in release notes label Sep 29, 2022
@magnatelee
magnatelee merged commit 0db4b50 into nv-legate:branch-22.10 Sep 29, 2022
@magnatelee
magnatelee deleted the no-minmax-reduce-for-complex-types branch September 29, 2022 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:task PR is a simple task and will not be included in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants