Closed
Description
CUDA is a C++ extension for GPU programming.
Modern versions of Clang can compile it, provided you also have the Nvidia CUDA-toolkit installed, which also includes a fully functioning compiler NVCC.
Clang warnings and error messages are, as expected, superior.
So I request support for both:
- NVCC
- Clang (http://llvm.org/docs/CompileCudaWithLLVM.html)
CUDA file extensions are *.cu and *.cuh (although for headers *.h and *.hpp are also common)
Thank you