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?
because C++ does not have the latter.
FWIW, CUDA already used restrict before this commit!
I guess that means, CudaRestrictPointer
could be deprecated?