-
Notifications
You must be signed in to change notification settings - Fork 4
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
#254: Clean up reconstruction logic for View, DynRankView, and DynamicView #300
Conversation
Disable LogicalMemorySpace test because it triggers a too-strict static_assert in updated Kokkos
This depends on at least Kokkos 3.7. I don't want to charge ahead with merging yet without at least a little bit of thought about the test that I had to disable because of kokkos/kokkos#5609 It may be worth just going ahead, and we can run the concrete sibling test on real CUDA systems. It was mostly there as a TDD thing. |
On further consideration, I think we can leave that test disabled for now, and maybe turn it back on if/when Kokkos loosens up or otherwise improves usability of logical memory spaces. |
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.
Looks good to me!
Should we create a follow-up issue or maybe include a reference to kokkos/kokkos#5609 in the disabled test? |
Follow-up issue created. Merging. |
Fixes #254