Hello ,<br>How to execute a cuda program using llvm?<br> More specifically, nvcc produces some temporary files during its compilation. I want to convert the .cu.cpp to .ll format and optimize it. The .cu.cpp file contains typedefs and enums used by cuda runtime and also the host part of the code<br>
 and the ptx file  contains the kernel definition. How can i run the program after optimization? Will Rhodin be of any help in doing so? Thank you:)<br><br>