[PATCH] D99190: WIP: [SYCL] Add design document for SYCL mode

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 25 22:50:50 PDT 2021


bader marked an inline comment as done.
bader added a comment.

In D99190#2652054 <https://reviews.llvm.org/D99190#2652054>, @keryell wrote:

>> ! In D99190#2650326 <https://reviews.llvm.org/D99190#2650326>, @bader wrote:
>>
>> 2. I'm looking for suggestions on "OpenCL extensions" clarification.
>
> I said that "OpenCL extensions" are misleading because it can be understood as either extensions inside OpenCL (`cl_khr_ext`...) or extensions to C/C++ with specific OpenCL features (like `kernel` or `global`).

Thanks for clarification. I replaced "using OpenCL extensions" with "in OpenCL-like pseudo-code". Hopefully this resolves the ambiguity.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99190/new/

https://reviews.llvm.org/D99190



More information about the cfe-commits mailing list