Skip to content

Commit 7946c39

Browse files
authored
Update version of vc-intrinsic (#12036)
1 parent 2c27a22 commit 7946c39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ 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-
# Author: Artur Gainullin <artur.gainullin@intel.com>
17-
# Date: Thu Nov 9 00:37:24 2023 +0000
16+
# Author: Gregory Fine <gregory.fine@intel.com>
17+
# Date: Wed Nov 29 14:55:24 2023 PST
1818

19-
# Replace old kernel with rewritten kernel in metadata only since LLVM 17
20-
set(LLVMGenXIntrinsics_GIT_TAG dpcpp_staging)
19+
# Fixed build failure related to upstream changes
20+
set(LLVMGenXIntrinsics_GIT_TAG b16218b8a00c5c1d4db32085dfab4d5eb9a03ad7)
2121

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

0 commit comments

Comments
 (0)