[PATCH] D60455: [SYCL] Add sycl_kernel attribute for accelerated code outlining

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 29 02:43:23 PST 2019


bader updated this revision to Diff 231506.
bader added a comment.

Minor update adjusting to the recent changes.

Updated comment "The 'sycl_kernel' attribute applies only to functions" -> "The 'sycl_kernel' attribute applies only to function templates".
Renamed tests from "device-attributes*" to "kernel-attribute*".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60455

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/SemaSYCL/kernel-attribute-on-non-sycl.cpp
  clang/test/SemaSYCL/kernel-attribute.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60455.231506.patch
Type: text/x-patch
Size: 11789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191129/6f38206f/attachment.bin>


More information about the cfe-commits mailing list