Replies: 1 comment
-
In case anyone is interested, I managed to compile and run tests with these changes: Only one test fails:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just tried to do it and found several interesting warnings and errors that seem correctly reported but NVCC is overlooking.
I wonder if anybody else has tried this before. I think it's useful to improve code quality.
FWIW a patch along these lines is needed in order to build:
Afterwards just pass
-DCMAKE_CUDA_COMPILER=clang++
along with the rest of options and clang++ will be used for CUDA code.Beta Was this translation helpful? Give feedback.
All reactions