Skip to content

Commit d6a6401

Browse files
authored
[ESIMD] Update vc-intrinsics repo hash tag. (#4894)
Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
1 parent 419a633 commit d6a6401

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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-
set(LLVMGenXIntrinsics_GIT_TAG dpcpp_staging)
16+
17+
# Author: Aleksander Us <aleksander.us@intel.com>
18+
# Date: Mon Oct 18 18:03:24 2021 +0000
19+
# Wrap arg_size for call instructions
20+
set(LLVMGenXIntrinsics_GIT_TAG 6a7e93d3d90638b6565d97cef96ffaf0f77d688c)
1721

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

0 commit comments

Comments
 (0)