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 ViewMapping trivially copyable #3436

Merged

Conversation

masterleinad
Copy link
Contributor

Cherry-picked from ef2f3aa (#3231).
SYCL requires classes used in Kernels to be trivially-copyable and this seems to be easy enough for ViewMapping to do without workarounds.

@crtrott
Copy link
Member

crtrott commented Sep 30, 2020

We need a more thorough testing for this actually hitting at least one specialization of every possible partial specialization of ViewMapping. I am ok doing that in a later PR. Please open an issue and link here.

@masterleinad
Copy link
Contributor Author

We need a more thorough testing for this actually hitting at least one specialization of every possible partial specialization of ViewMapping. I am ok doing that in a later PR. Please open an issue and link here.

See #3438

@crtrott crtrott merged commit ad9582f into kokkos:develop Oct 1, 2020
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.

None yet

3 participants