Subrata Mitra
2014-Sep-05 23:04 UTC
[LLVMdev] Instrumenting CUDA code using LLVM (NVVM) - IR
Hi, I want to instrument (i.e. insert a call to my own book-keeping function) all CUDA kernel and device procedures. Does LLVM has an utility to compile CUDA code so that I have access to LLVM-IR and modify to add my instrumentation ? Regards, Subrata -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140905/0ce2bf1f/attachment.html>
Dmitry Mikushin
2014-Sep-05 23:14 UTC
[LLVMdev] Instrumenting CUDA code using LLVM (NVVM) - IR
https://github.com/apc-llc/nvcc-llvm-ir 2014-09-06 1:04 GMT+02:00 Subrata Mitra <subrata4096 at gmail.com>:> Hi, > > I want to instrument (i.e. insert a call to my own book-keeping function) > all CUDA kernel and device procedures. > > Does LLVM has an utility to compile CUDA code so that I have access to > LLVM-IR and modify to add my instrumentation ? > > Regards, > Subrata > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >