Skip to content
Commit 3aff78bd authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Use type qualifier __restrict__ instead of keyword restrict

because C++ does not have the latter.

FWIW, CUDA already used __restrict__ before this commit!
I guess that means, `CudaRestrictPointer` could be deprecated?
parent 2355e249
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment