[LLVMdev] Instrumenting CUDA code using LLVM (NVVM) - IR

Dmitry Mikushin dmitry at kernelgen.org
Fri Sep 5 16:14:36 PDT 2014


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
>



More information about the llvm-dev mailing list