You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I am trying to compile CUDA code using LLVM and clang. I am however slightly lost in the specifications that my CMake file should contain i.e should I be setting the CMAKE_CUDA_COMPILER to clang++, could someone assist me with what specifications need to be made in the CMake setup to enable this ?
The idea is that I want to use Clad, but before I reach that stage I need to compile the .cu file with clang.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone, I am trying to compile CUDA code using LLVM and clang. I am however slightly lost in the specifications that my CMake file should contain i.e should I be setting the CMAKE_CUDA_COMPILER to clang++, could someone assist me with what specifications need to be made in the CMake setup to enable this ?
The idea is that I want to use Clad, but before I reach that stage I need to compile the .cu file with clang.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions