[LLVMdev] Anyone knows CUDA LLVM support or source code that I can play with
Justin Holewinski
justin.holewinski at gmail.com
Fri Sep 21 10:48:35 PDT 2012
At the moment, the open-source components are limited to the NVPTX back-end
for LLVM, included in the LLVM Subversion repository. This allows you to
compile LLVM IR into PTX assembly, and load it with the CUDA Driver API.
This back-end is a snapshot of the internal NV back-end as of around May.
There is limited CUDA parsing support in Clang, but you would need to post
to cfe-dev to get more information on that. I'm not sure who is working on
that, but that component is not from NVIDIA.
On Thu, Sep 20, 2012 at 5:28 PM, Daniel He <csdhe.geek at gmail.com> wrote:
> Nvidia previously announced open source LLVM CUDA compiler but now
> I couldn't find it anywhere. Can anyone help me to point out where
> I can download source code for playing with?
>
> Best Regards,
>
> Dan
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120921/3aa3ebce/attachment.html>
More information about the llvm-dev
mailing list