Skip to content

Commit f22d47a

Browse files
committed
[SYCL] Update ABI LIT test and the MINOR component of the SYCL version
Adding the new bool property property::reduction::initialize_to_identity caused creation of new exported symbols, which is not ABI-breaking change and thus requires changin the MINOR component of the version. Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 3da22a2 commit f22d47a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
1313
include(AddSYCLExecutable)
1414

1515
set(SYCL_MAJOR_VERSION 5)
16-
set(SYCL_MINOR_VERSION 1)
16+
set(SYCL_MINOR_VERSION 2)
1717
set(SYCL_PATCH_VERSION 0)
1818
set(SYCL_DEV_ABI_VERSION 0)
1919
if (SYCL_ADD_DEV_VERSION_POSTFIX)

sycl/test/abi/sycl_symbols_linux.dump

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,6 +4103,8 @@ _ZNK2cl4sycl7context12has_propertyINS0_8property6buffer13context_boundEEEbv
41034103
_ZNK2cl4sycl7context12has_propertyINS0_8property6buffer9use_mutexEEEbv
41044104
_ZNK2cl4sycl7context12has_propertyINS0_8property6noinitEEEbv
41054105
_ZNK2cl4sycl7context12has_propertyINS0_8property7context4cuda19use_primary_contextEEEbv
4106+
_ZNK2cl4sycl7context12get_propertyINS0_8property9reduction22initialize_to_identityEEET_v
4107+
_ZNK2cl4sycl7context12has_propertyINS0_8property9reduction22initialize_to_identityEEEbv
41064108
_ZNK2cl4sycl7context3getEv
41074109
_ZNK2cl4sycl7context7is_hostEv
41084110
_ZNK2cl4sycl7context8get_infoILNS0_4info7contextE4224EEENS3_12param_traitsIS4_XT_EE11return_typeEv
@@ -4136,6 +4138,8 @@ _ZNK2cl4sycl7program12has_propertyINS0_8property6buffer13context_boundEEEbv
41364138
_ZNK2cl4sycl7program12has_propertyINS0_8property6buffer9use_mutexEEEbv
41374139
_ZNK2cl4sycl7program12has_propertyINS0_8property6noinitEEEbv
41384140
_ZNK2cl4sycl7program12has_propertyINS0_8property7context4cuda19use_primary_contextEEEbv
4141+
_ZNK2cl4sycl7program12get_propertyINS0_8property9reduction22initialize_to_identityEEET_v
4142+
_ZNK2cl4sycl7program12has_propertyINS0_8property9reduction22initialize_to_identityEEEbv
41394143
_ZNK2cl4sycl7program16get_link_optionsB5cxx11Ev
41404144
_ZNK2cl4sycl7program17get_build_optionsB5cxx11Ev
41414145
_ZNK2cl4sycl7program19get_compile_optionsB5cxx11Ev
@@ -4166,6 +4170,8 @@ _ZNK2cl4sycl7sampler12has_propertyINS0_8property6buffer13context_boundEEEbv
41664170
_ZNK2cl4sycl7sampler12has_propertyINS0_8property6buffer9use_mutexEEEbv
41674171
_ZNK2cl4sycl7sampler12has_propertyINS0_8property6noinitEEEbv
41684172
_ZNK2cl4sycl7sampler12has_propertyINS0_8property7context4cuda19use_primary_contextEEEbv
4173+
_ZNK2cl4sycl7sampler12get_propertyINS0_8property9reduction22initialize_to_identityEEET_v
4174+
_ZNK2cl4sycl7sampler12has_propertyINS0_8property9reduction22initialize_to_identityEEEbv
41694175
_ZNK2cl4sycl7sampler18get_filtering_modeEv
41704176
_ZNK2cl4sycl7sampler19get_addressing_modeEv
41714177
_ZNK2cl4sycl7sampler33get_coordinate_normalization_modeEv

0 commit comments

Comments
 (0)