Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

magnatelee
Copy link
Contributor

@magnatelee magnatelee commented Sep 29, 2022

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