Skip to content

Commit ba5a126

Browse files
authored
[ESIMD] Bump up vc-intrinsics repo commit hash. (#6116)
The new commit has necessary fixes to support slm_init with non-constant (Specialization constant) argument. Signed-off-by: Konstantin S Bobrovsky [email protected]
1 parent 6555556 commit ba5a126

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ endif()
1313
if (NOT TARGET LLVMGenXIntrinsics)
1414
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
1515
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
16-
# commit 8b6e209fe1269a2c6470b36dfbaa0e051d2a100f (master)
17-
# Author: Konstantin Vladimirov <[email protected]>
18-
# Date: Tue Feb 8 10:47:03 2022 +0000
19-
# introducing named barrier support in adaptor pass
20-
# named barrier required for DPC++ and other customers
21-
set(LLVMGenXIntrinsics_GIT_TAG 8b6e209fe1269a2c6470b36dfbaa0e051d2a100f)
16+
# Author: Victor Mustya <[email protected]>
17+
# Date: Tue, 3 May 2022 17:56:40 +0000
18+
# Remove default switch labels for LSC-related functions
19+
set(LLVMGenXIntrinsics_GIT_TAG 561f4ff575a198b36a72fcb790e1997d7d6d6c91)
2220

2321
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
2422
include(FetchContent)

0 commit comments

Comments
 (0)