[LLVMdev] CUDA front-end (CUDA to LLVM IR)
Dmitry Mikushin
dmitry at kernelgen.org
Wed Apr 8 10:12:05 PDT 2015
A tool of this kind here: https://github.com/apc-llc/nvcc-llvm-ir
2015-04-08 19:01 GMT+02:00 Ahmed ElTantawy <ahmede at ece.ubc.ca>:
> Hi,
>
> I wanted to ask whether there is ongoing effort (or an already established
> tool) that enables to convert CUDA kernels (that uses CUDA specific
> intrinsics, e.g., threadId.x, __syncthreads(), ...) to LLVM IR. I am aware
> that I can do this for OpenCL with the help of libclc but I can not find
> something similar for CUDA.
>
> Thanks
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150408/87e91b65/attachment.html>
More information about the llvm-dev
mailing list