[LLVMdev] clang for opencl

Chuck Zhao czhao at eecg.toronto.edu
Fri Jan 6 04:15:32 PST 2012


CUDA uses language extensions for its kernel functions.
These extensions are not standard C/C++ syntax.
So, by default, clang should _not_ support CUDA, unless clang's parser 
has been changed to accommodate those extensions.

Chuck

On 1/5/2012 10:39 AM, Xin Tong wrote:
> I do not know too much about clang, is opencl publicly supported in
> clang ? how about cuda ?
>
> Thanks
>
> Xin
> _______________________________________________
> 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