[LLVMdev] Cuda programs on LLVM
Adarsh HV
adarsh.hv99 at gmail.com
Mon Aug 15 02:20:20 PDT 2011
Hello ,
How to execute a cuda program using llvm?
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
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:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110815/34aef188/attachment.html>
More information about the llvm-dev
mailing list