Skip to content

Commit 8d4f75e

Browse files
committed
Update vc-intrisics to pickup fixes
1 parent c96051c commit 8d4f75e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +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-
# Author: Gregory Fine <gregory.fine@intel.com>
17-
# Date: Wed Nov 29 14:55:24 2023 PST
1816

19-
# Fixed build failure related to upstream changes
20-
set(LLVMGenXIntrinsics_GIT_TAG b16218b8a00c5c1d4db32085dfab4d5eb9a03ad7)
17+
# Date: Dec 14, 2023
18+
# Add support for XeHPCVG platform
19+
set(LLVMGenXIntrinsics_GIT_TAG da892e1982b6c25b9a133f85b4ac97142d8a3def)
2120

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

0 commit comments

Comments
 (0)