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

DualView API documentation needs update #389

Open
dalg24 opened this issue May 24, 2023 · 1 comment
Open

DualView API documentation needs update #389

dalg24 opened this issue May 24, 2023 · 1 comment
Assignees

Comments

@dalg24
Copy link
Member

dalg24 commented May 24, 2023

To reflect kokkos/kokkos#6155

@ajpowelsnl ajpowelsnl self-assigned this May 31, 2023
@Yaraslaut
Copy link
Contributor

Also, there is no mension of these two functions in documentation, which are very handy
https://github.com/kokkos/kokkos/blob/1a3ea28f6e97b4c9dd2c8ceed53ad58ed5f94dfe/containers/src/Kokkos_DualView.hpp#L465-L469

  KOKKOS_INLINE_FUNCTION
  t_host view_host() const { return h_view; }


  KOKKOS_INLINE_FUNCTION
  t_dev view_device() const { return d_view; }

@ajpowelsnl do you have some time to update this ? otherwise I can try to make a PR

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

No branches or pull requests

4 participants