[PATCH] D53705: [OpenCL] Postpone PSV address space diagnostic

Ronan Keryell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 1 15:27:40 PDT 2018


keryell added a comment.

In https://reviews.llvm.org/D53705#1284268, @rjmccall wrote:

>




> Okay.  So the purpose of OpenCL C++ is to provide a non-unified model that allows you to easily run C++ code on the CPU.

It is just the second-order purpose.
A C++-based kernel language to program accelerators without C++ language extension, so that the code could also mostly run on a CPU without a specific compiler.


Repository:
  rC Clang

https://reviews.llvm.org/D53705





More information about the cfe-commits mailing list