[PATCH] D100396: [SYCL] Enable `opencl_global_[host,device]` attributes for SYCL

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 14 10:15:18 PDT 2021


Anastasia added inline comments.


================
Comment at: clang/docs/SYCLSupport.rst:96
      - global_space, constant_space
+   * - ``__attribute__((opencl_global_device))``
+     - global_space
----------------
I think we should extend conversion rules too.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100396



More information about the cfe-commits mailing list