-
Notifications
You must be signed in to change notification settings - Fork 75
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 type trait 'remove_restrict' #1474
add type trait 'remove_restrict' #1474
Conversation
Is removing |
My impression is that for the CUDA and HIP backends, For CPU backends the |
Got it, thanks! |
80b1e13
to
ab9c10f
Compare
ab9c10f
to
418f09b
Compare
32599d4
to
14f53e7
Compare
14f53e7
to
79a68ae
Compare
Windows CI error in all runs with
|
79a68ae
to
ef8815a
Compare
ef8815a
to
398d7a6
Compare
Switched to draft. I changed some lines to pass the windows CI. I will run Monday some more tests if all CI jobs passed. |
fix alpaka-group#1472 Provide a type trait to remove __restrict__ from a type.
398d7a6
to
cffcc92
Compare
This PR is now passing the CI and can be reviewed. |
fix #1472
Provide a type trait to remove restrict from a type.