Compile CUDA using the LLVM backend
We can compile CUDA to PTX using the LLVM backend
llc
produces PTX files without complaining.
Edited by Stephan Seitz
We can compile CUDA to PTX using the LLVM backend
llc
produces PTX files without complaining.