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

src/cunumeric: add missing openmp variants to BitGenerator and UniqueReduce #1010

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

rohany
Copy link
Member

@rohany rohany commented Jul 31, 2023

This commit allows codes that use resource scoping and OpenMP processors to avoid crashes when using the corresponding numpy functions (random, unique) within a scope of only openmp processors.

@rapids-bot
Copy link

rapids-bot bot commented Jul 31, 2023

Pull requests from external contributors require approval from a nv-legate organization member with write permissions or greater before CI can begin.

@manopapad manopapad added the category:improvement PR introduces an improvement and will be classified as such in release notes label Jul 31, 2023
@manopapad
Copy link
Contributor

I was able to quickly put together a "true" OpenMP implementation for unique_reduce using thrust, but the BitGenerator stuff is too complicated for a quick fix.

@manopapad manopapad merged commit 7d882df into nv-legate:branch-23.09 Aug 1, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:improvement PR introduces an improvement and will be classified as such in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants