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 419a633 commit d6a6401Copy full SHA for d6a6401
llvm/lib/SYCLLowerIR/CMakeLists.txt
@@ -13,7 +13,11 @@ endif()
13
if (NOT TARGET LLVMGenXIntrinsics)
14
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
15
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
16
- set(LLVMGenXIntrinsics_GIT_TAG dpcpp_staging)
+
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)
21
22
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
23
include(FetchContent)
0 commit comments