Trouble compiling with NVCC, restrict and variadic parameter packs #96
Labels
bug
Something isn't working
Content-Length: 207952 | pFad | http://github.com/eyalroz/cuda-kat/issues/96
3E
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.The text was updated successfully, but these errors were encountered: