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

Make create_mirror_view_and_copy similar to the other create_mirror* functions #9

Draft
wants to merge 1 commit into
base: refactor/create-mirror/move_intelligence
Choose a base branch
from

Conversation

pzehner
Copy link
Member

@pzehner pzehner commented Mar 22, 2024

This PR aims to harmonize the create_mirror_view_and_copy function with the other create_mirror* functions:

  • Differentiate Kokkos::Impl::create_mirror_view_and_copy back-end and Kokkos::create_mirror_view_and_copy front-end;
  • Re-use create_mirror; and
  • Allow to not pass a Space (defaults to host space).

This PR may have side effects.

This PR is still a WIP.

… a front-end function

This makes it similar to the other  functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants