[cfe-dev] Cuda Refactoing

Bahram Yarahmadi via cfe-dev cfe-dev at lists.llvm.org
Wed Sep 30 02:48:45 PDT 2015


On Wed, Sep 30, 2015 at 11:37 AM, Bahram Yarahmadi <
bahram.yarahmadi at gmail.com> wrote:

>  Hello everyone,
> I want to write a tool to do some modification in a Cuda C program ,my
> program must receive a cuda c program as its input and then do some
> modification on its AST and then in its bitcode
> I have a problem in reading such files (.cu) clang does not recognize some
> tokens in cuda C language (like <<<)  and it does not generate a proper
> output for kernel functions after i try to transfer my bitcode to ptx ,
> Does anyone here that have a good manual that can help me out through this
> pipeline  ?
>
>
> Special thanck in advance,
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20150930/dbdc0089/attachment.html>


More information about the cfe-dev mailing list