[PATCH] D73651: [OpenCL][CUDA][HIP][SYCL] Add norecurse

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 29 12:54:03 PST 2020


bader added a comment.

In D73651#1847862 <https://reviews.llvm.org/D73651#1847862>, @yaxunl wrote:

> Added handling of SYCL kernels by Alexey's comments. I cannot add a codegen test for SYCL since I cannot find a way to instantiate a SYCL kernel.


I think SYCL implementation should follow OpenCL logic and apply attribute to any function, not only kernels.


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

https://reviews.llvm.org/D73651





More information about the cfe-commits mailing list