[all-commits] [llvm/llvm-project] 6b0785: [SYCL] Change SYCL version according to standard (...

dklochkov-intel via All-commits all-commits at lists.llvm.org
Thu Dec 5 10:17:07 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b0785390d02193d81d8db7fb12279ffa4651afe
      https://github.com/llvm/llvm-project/commit/6b0785390d02193d81d8db7fb12279ffa4651afe
  Author: dklochkov-intel <denis.klochkov at intel.com>
  Date:   2024-12-05 (Thu, 05 Dec 2024)

  Changed paths:
    M clang/lib/Frontend/InitPreprocessor.cpp
    M clang/test/Preprocessor/sycl-macro.cpp

  Log Message:
  -----------
  [SYCL] Change SYCL version according to standard (#114790)

Version of SYCL was changed according to the latest agreement:
The lower 2 digits are not formally specified, but we plan to use these
to identify the month in which we submit the specification for
ratification, which is similar to the C++ macro __cplusplus.

Since the SYCL 2020 specification was submitted for ratification in
December of 2020, the macro's value is now 202012 for SYCL 2020.
see PR for details 
https://github.com/KhronosGroup/SYCL-Docs/pull/634



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list