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 c96051c commit 8d4f75eCopy full SHA for 8d4f75e
llvm/lib/SYCLLowerIR/CMakeLists.txt
@@ -13,11 +13,10 @@ 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
- # Author: Gregory Fine <gregory.fine@intel.com>
17
- # Date: Wed Nov 29 14:55:24 2023 PST
18
19
- # Fixed build failure related to upstream changes
20
- set(LLVMGenXIntrinsics_GIT_TAG b16218b8a00c5c1d4db32085dfab4d5eb9a03ad7)
+ # Date: Dec 14, 2023
+ # Add support for XeHPCVG platform
+ set(LLVMGenXIntrinsics_GIT_TAG da892e1982b6c25b9a133f85b4ac97142d8a3def)
21
22
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
23
include(FetchContent)
0 commit comments