-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update Kokkos version to 4.4.1 #1191
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely in favor (plus the bump to 4.4.1).
CHANGELOG.md
Outdated
@@ -11,6 +11,7 @@ | |||
- [[PR 1161]](https://github.com/parthenon-hpc-lab/parthenon/pull/1161) Make flux field Metadata accessible, add Metadata::CellMemAligned flag, small perfomance upgrades | |||
|
|||
### Changed (changing behavior/API/variables/...) | |||
- [[PR1191]](https://github.com/parthenon-hpc-lab/parthenon/pull/1191) Update Kokkos version to 4.2.01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [[PR1191]](https://github.com/parthenon-hpc-lab/parthenon/pull/1191) Update Kokkos version to 4.2.01 |
And instead update the following line below to point to this PR:
- [[Issue 1165]](https://github.com/parthenon-hpc-lab/parthenon/issues/1165) Bump Kokkos submodule to 4.4.1
->
- [[PR 1191]](https://github.com/parthenon-hpc-lab/parthenon/pull/1191) Bump Kokkos submodule to 4.4.1
which should fix the mess I left ;)
Just wanted to note that updating to Kokkos 4.4.x causes finalization of |
@pgrete It looks like that didn't fix it. Are there other view-of-views usage elsewhere in the code? |
Potentially. But the fix didn't work because I put the view_alloc info to the device view (which triggered a static assert fail). |
I guess all our packs are broken (so the corresponding unit tests fail correctly). |
Ugh, this gets uglier with the minute... I'm removing the "trivial" from the PR and adding the |
PR Summary
PR Checklist