[PATCH] D71016: [SYCL] Implement OpenCL kernel function generation

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 28 10:04:23 PST 2021


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

Addressed comment from Ronan in regression tests and synced them with the latest status.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71016

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/AST/ASTContext.cpp
  clang/lib/CodeGen/CodeGenModule.cpp
  clang/lib/Parse/ParseAST.cpp
  clang/lib/Sema/SemaSYCL.cpp
  clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  clang/test/CodeGenSYCL/Inputs/sycl.hpp
  clang/test/CodeGenSYCL/basic-kernel-wrapper.cpp
  clang/test/CodeGenSYCL/device-functions.cpp
  clang/test/SemaSYCL/Inputs/sycl.hpp
  clang/test/SemaSYCL/accessors-targets.cpp
  clang/test/SemaSYCL/address-space-parameter-conversions.cpp
  clang/test/SemaSYCL/basic-kernel-wrapper.cpp
  clang/test/SemaSYCL/built-in-type-kernel-arg.cpp
  clang/test/SemaSYCL/fake-accessors.cpp
  clang/test/SemaSYCL/kernel-attribute-on-non-sycl.cpp
  clang/test/SemaSYCL/mangle-kernel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71016.319909.patch
Type: text/x-patch
Size: 95963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210128/4b9ea448/attachment-0001.bin>


More information about the cfe-commits mailing list