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

remove usage of thrust #5332

Merged
merged 2 commits into from May 3, 2024
Merged

Conversation

multitalentloes
Copy link

@multitalentloes multitalentloes commented May 3, 2024

To solve compilation issues with cuda&hip in PR #5253 this contribution removes the usage of thrust in OPM.
This only requires changing one part of the GPU dot product implementation which is only ever used in multi-gpu MPI code, which is not a prominent use case in OPM. The PR introduces slower sum reduction, but I do not expect it to be a problem, TODO added.

@multitalentloes
Copy link
Author

jenkins build this please

@akva2
Copy link
Member

akva2 commented May 3, 2024

jenkins build this please

@akva2 akva2 merged commit 0cafaf9 into OPM:master May 3, 2024
1 check 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.

None yet

2 participants