llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Mariya Podchishchaeva (Fznamznon) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/200200.diff 1 Files Affected: - (modified) clang/docs/ReleaseNotes.rst (+6) ``````````diff diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 11cce36a0906c..80d1339d4e93c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -942,6 +942,12 @@ OpenMP Support - Added support for ``local`` clause with declare_target directive when OpenMP >= 60. +SYCL Support +-------------- +- Clang now assumes default target for SYCL device compilation is 64-bit SPIR-V + and it now diagnoses if a non-supporting target is specified via command line. + (#GH167358) + Improvements ^^^^^^^^^^^^ - Improved substitution performance in concept checking. (#GH172266) `````````` </details> https://github.com/llvm/llvm-project/pull/200200 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
