-
Notifications
You must be signed in to change notification settings - Fork 15
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
bump Kokkos to version 4.2 #109
Conversation
@pgrete do you know what happened to the CI here? it didn't even initialize the Docker image... |
@pgrete It looks like there's something wrong with the driver version on the CI machine:
|
The CI machine needs to reload the cuda driver moduels (currently prevented by a running job). Should be fixed later today. |
@pgrete Do you have any idea what is causing the MPI failures? They look like this:
|
Do they happen on init? |
No, they appear to happen at random timesteps in the middle of each test. Also, no...maybe this is not a good idea. I will close this PR. Maybe things will stabilize in a few months. |
This updates Kokkos to version 4.2.01.
Kokkos 4.2 fixed bugs in reductions on both CUDA and HIP: kokkos/kokkos#6197