We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128ba13 commit 2287e4eCopy full SHA for 2287e4e
1 file changed
llvm/lib/SYCLLowerIR/CMakeLists.txt
@@ -4,10 +4,12 @@ if (NOT TARGET LLVMGenXIntrinsics)
4
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
5
message(STATUS "vc-intrinsics are missing. Will try to download them from github.com")
6
7
+ set(LLVMGenXIntrinsics_GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b)
8
+
9
include(FetchContent)
10
FetchContent_Declare(vc-intrinsics
11
GIT_REPOSITORY https://github.com/intel/vc-intrinsics.git
- GIT_TAG b831d10e49e1fb8fcd92b5b50e2cdc8f9cb6277b
12
+ GIT_TAG ${LLVMGenXIntrinsics_GIT_TAG}
13
)
14
FetchContent_MakeAvailable(vc-intrinsics)
15
FetchContent_GetProperties(vc-intrinsics)
0 commit comments