Skip to content

Commit f4f7b83

Browse files
authored
[SYCL][NFC] Move stream_impl.hpp to source dir (#2170)
1 parent e173b8d commit f4f7b83

File tree

8 files changed

+690
-686
lines changed

8 files changed

+690
-686
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(AddSYCLExecutable)
1414
set(SYCL_MAJOR_VERSION 2)
1515
set(SYCL_MINOR_VERSION 1)
1616
set(SYCL_PATCH_VERSION 0)
17-
set(SYCL_DEV_ABI_VERSION 2)
17+
set(SYCL_DEV_ABI_VERSION 3)
1818
if (SYCL_ADD_DEV_VERSION_POSTFIX)
1919
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
2020
endif()

0 commit comments

Comments
 (0)