Skip to content

Commit 5e21b71

Browse files
author
Alexander Batashev
authored
[SYCL] Fix failing ABI LITs (#1622)
Signed-off-by: Alexander Batashev <[email protected]>
1 parent fd14167 commit 5e21b71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sycl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
1111
set(SYCL_MAJOR_VERSION 0)
1212
set(SYCL_MINOR_VERSION 1)
1313
set(SYCL_PATCH_VERSION 0)
14-
set(SYCL_DEV_ABI_VERSION 0)
14+
set(SYCL_DEV_ABI_VERSION 1)
1515
if (SYCL_ADD_DEV_VERSION_POSTFIX)
1616
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
1717
endif()

sycl/test/abi/sycl_symbols_linux.dump

-1
Original file line numberDiff line numberDiff line change
@@ -3292,7 +3292,6 @@ _ZN2cl4sycl7contextC2ERKSt8functionIFvNS0_14exception_listEEEb
32923292
_ZN2cl4sycl7contextC2ESt10shared_ptrINS0_6detail12context_implEE
32933293
_ZN2cl4sycl7handler10processArgEPvRKNS0_6detail19kernel_param_kind_tEimRmb
32943294
_ZN2cl4sycl7handler13getKernelNameB5cxx11Ev
3295-
_ZN2cl4sycl7handler15addEventToQueueESt10shared_ptrINS0_6detail10queue_implEENS0_5eventE
32963295
_ZN2cl4sycl7handler18extractArgsAndReqsEv
32973296
_ZN2cl4sycl7handler28extractArgsAndReqsFromLambdaEPcmPKNS0_6detail19kernel_param_desc_tE
32983297
_ZN2cl4sycl7handler8finalizeEv

0 commit comments

Comments
 (0)