Skip to content

Improve CMake by solving all issues trying to build with CUDACLANG

Daniel Campora Perez requested to merge dcampora_allen_tdr_cmake into allen_tdr

This MR introduces the ability to compile with CUDACLANG. This compiles the code with clang instead of nvcc.

Linkage is non-trivial, and requires more work.

Merge request reports