kokkos / kokkos-remote-spaces

Kokkos Remote Spaces implements distributed Kokkos Views and related APIs for distributed parallel programming.
Other
42 stars 17 forks source link

Remove unneeded SFINAE #60

Closed janciesko closed 1 year ago

janciesko commented 2 years ago

This fixes a reported error. I'll add a unit test in a subsequent PR. @brian-kelley

Rombur commented 2 years ago

clang-format is not happy

brian-kelley commented 2 years ago

@janciesko The reproducer was basically the subview example from README, so that could be a starting point for the test

https://github.com/janciesko/kokkos-remote-spaces-1#examples