[cfe-dev] OpenCL C++ Kernel Language

Paul Fox via cfe-dev cfe-dev at lists.llvm.org
Thu Mar 3 15:08:08 PST 2016


Has any work been done towards support for the OpenCL 2.1 C++ kernel
language?

I imagine this could be done initially by parsing as C++ and hacking in the
relevant bits of C++ Sema (template expansion, overload resolution,
lambdas) but I don't know enough about the details here to understand what
the potential issues would be.

If anyone has work in progress or any advice on this I would appreciate it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160303/07a4f9f8/attachment.html>


More information about the cfe-dev mailing list