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

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 27 07:49:16 PST 2021


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

Depends on D89909 <https://reviews.llvm.org/D89909>

Apply improvements developed in out-of-tree repository, which mostly are refactoring of SemaSYCL.cpp file.
Rebase on ToT + D89909 <https://reviews.llvm.org/D89909> (which only impacts lit test checks).


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-opencl-kernel.cpp
  clang/test/CodeGenSYCL/device-functions.cpp
  clang/test/SemaSYCL/Inputs/sycl.hpp
  clang/test/SemaSYCL/accessors-targets.cpp
  clang/test/SemaSYCL/basic-opencl-kernel.cpp
  clang/test/SemaSYCL/built-in-type-kernel-arg.cpp
  clang/test/SemaSYCL/fake-accessors.cpp
  clang/test/SemaSYCL/mangle-kernel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71016.319579.patch
Type: text/x-patch
Size: 92833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210127/7d9e27f6/attachment-0001.bin>


More information about the cfe-commits mailing list