Why am I getting the error message: “restrict” not allowed?
I’m writing a CUDA kernel and want to __restrict__ some of my parameters. I’m getting the error message: “restrict” is not allowed Is it not allowed for some variable types? For some combinations …