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

Add Restrict and Aligned memory trait #517

Closed
crtrott opened this issue Oct 31, 2016 · 1 comment
Closed

Add Restrict and Aligned memory trait #517

crtrott opened this issue Oct 31, 2016 · 1 comment
Assignees
Labels
Feature Request Create new capability; will potentially require voting
Milestone

Comments

@crtrott
Copy link
Member

crtrott commented Oct 31, 2016

Intel 17 now supports restrict as a trait on member variables. This should allow us to implement a restrict trait.

@crtrott crtrott added the Feature Request Create new capability; will potentially require voting label Oct 31, 2016
@crtrott crtrott added this to the END 2016 milestone Oct 31, 2016
@crtrott crtrott self-assigned this Oct 31, 2016
crtrott added a commit to crtrott/kokkos that referenced this issue Oct 31, 2016
@crtrott crtrott changed the title Add Restrict memory trait Add Restrict and Aligned memory trait Dec 1, 2016
@crtrott crtrott mentioned this issue Dec 1, 2016
@crtrott
Copy link
Member Author

crtrott commented Dec 1, 2016

The aligned thing seems to get through in simple cases. The restrict does not. Thats with Intel 17.0.098

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Create new capability; will potentially require voting
Projects
None yet
Development

No branches or pull requests

1 participant