Adopt Kokkos' concept for execution spaces #207
dssgabriel
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since Kokkos 5.0 and the bump to C++20 standard,
ExecutionSpaces are now implemented using a concept:https://github.com/kokkos/kokkos/blob/7adf428a6ce390c622e70bcfe695a9b01379b371/core/src/Kokkos_Concepts.hpp#L145-L146
Rather than rolling out our own
KokkosComm::KokkosExecutionSpace, we may want to replace it with what Kokkos now provides.1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions