We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6207521 commit 2fe18feCopy full SHA for 2fe18fe
sycl/CMakeLists.txt
@@ -14,7 +14,7 @@ include(AddSYCLExecutable)
14
set(SYCL_MAJOR_VERSION 2)
15
set(SYCL_MINOR_VERSION 1)
16
set(SYCL_PATCH_VERSION 0)
17
-set(SYCL_DEV_ABI_VERSION 4)
+set(SYCL_DEV_ABI_VERSION 5)
18
if (SYCL_ADD_DEV_VERSION_POSTFIX)
19
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
20
endif()
sycl/include/CL/sycl/ONEAPI/atomic_accessor.hpp
@@ -1,4 +1,4 @@
1
-//==--- atomic_accessor.hpp - SYCL_INTEL_extended_atomics atomic_accessor --==//
+//==-- atomic_accessor.hpp - SYCL_ONEAPI_extended_atomics atomic_accessor --==//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
0 commit comments