Tags: cms-patatrack/llvm
Tags
[SYCL] Add OpenCL requirement to the tests using OpenCL API (intel#1242) Some of the tests do not use OpenCL API directly, but rely on OpenCL interoperability API like sycl::program::build_with_source. Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com> Co-Authored-By: Rehana Begam <rehana.begam@intel.com> Alexey Bader <alexey.bader@intel.com>
[SYCL] Implement thread-local storage restriction (intel#1281) The SYCL spec was recently clarified to prohibit thread local storage, so this commit ensures an error is always emitted in these cases. Additionally, the DeclRefExpr to a VarDecl were switched to delayed diagnostics. Signed-off-by: Erich Keane <erich.keane@intel.com>
[SYCL][NFC] Fix static code analysis concerns (intel#1283) Signed-off-by: Soumi Manna <soumi.manna@intel.com>
[SYCL] Enable programs that include system headers on Windows Add Windows-specific predefined type characteristics for wchar, builtin VaListKind, and allow the vectorcall attribute on function declarations. Add Windows support for SPIR target. Signed-off-by: Melanie Blower <melanie.blower@intel.com>
PreviousNext