This patch implements a few of the OpenCL types for SYCL, however
doesn't bother handling semantic analysis as these are not intended to
be used anywhere but in the SYCL implementation.
Signed-off-by: Erich Keane <erich.keane@intel.com>
Paths
| Differential D77220
[SYCL] Enable Open CL types required for implementing the SYCL headers. AbandonedPublic Authored by erichkeane on Apr 1 2020, 7:53 AM.
Details
Diff Detail Event Timelineerichkeane added a parent revision: D71016: [SYCL] Implement OpenCL kernel function generation.Apr 1 2020, 7:54 AM erichkeane added inline comments.
Revision Contents
Diff 254768 clang/lib/AST/ASTContext.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Sema/Sema.cpp
clang/lib/Sema/SemaInit.cpp
clang/lib/Sema/SemaSYCL.cpp
clang/test/CodeGenSYCL/Inputs/sycl.hpp
clang/test/CodeGenSYCL/image_accessor.cpp
clang/test/CodeGenSYCL/sampler.cpp
clang/test/SemaSYCL/Inputs/sycl.hpp
clang/test/SemaSYCL/accessors-targets-image.cpp
clang/test/SemaSYCL/sampler.cpp
|
Curious. What is the purpose?