File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ endif()
13
13
if (NOT TARGET LLVMGenXIntrinsics )
14
14
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR )
15
15
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
18
18
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 )
21
21
22
22
message (STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO} " )
23
23
include (FetchContent )
You can’t perform that action at this time.
0 commit comments