We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9884c53 commit a40deb5Copy full SHA for a40deb5
llvm/lib/SYCLLowerIR/CMakeLists.txt
@@ -14,7 +14,7 @@ if (NOT TARGET LLVMGenXIntrinsics)
14
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
15
message(STATUS "vc-intrinsics are missing. Will try to download them from github.com")
16
17
- set( LLVMGenXIntrinsics_GIT_TAG b1db3e55bac23670be4ffbd0da85a9fd0110f593 )
+ set( LLVMGenXIntrinsics_GIT_TAG dpcpp_staging )
18
19
include(FetchContent)
20
FetchContent_Declare(vc-intrinsics
0 commit comments