eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
104 stars 8 forks source link

Trouble compiling with NVCC, restrict and variadic parameter packs #96

Open eyalroz opened 2 years ago

eyalroz commented 2 years ago

I've been having trouble compiling my test programs with NVCC 11.x; see this SO question.

A workaround for the problem is dropping all of the __restrict__ qualifiers. We don't really care about them anyway.