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

Update concept for execution space instances #581

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

masterleinad
Copy link
Contributor

Related to kokkos/kokkos#7319.

  • in_parallel is deprecated
  • execution spaces are semi-regular now
  • wake and sleep don't exist anymore
  • we missed concurrency

Co-authored-by: Damien L-G <dalg24+github@gmail.com>
@@ -102,8 +102,7 @@ and ``OpenMPTarget``, the current state of the Kokkos |ExecutionSpaceTwo|_ conce

template <typename Ex>
concept ExecutionSpace =
CopyConstructible<Ex> &&
DefaultConstructible<Ex> &&
SemiRegular<Ex> &&
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kokkos/kokkos#5398 (Kokkos 4.0.00) introduced the comparison operator. I'm not sure if that's worth mentioning.

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.

2 participants