Skip to content

Commit e36cb98

Browse files
authored
[SYCL] Bump vc-intrinsics version (#13707)
Has some warning fixes. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 0a1381d commit e36cb98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ if (NOT TARGET LLVMGenXIntrinsics)
44
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
55
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
66

7-
# Date: 15 Apr 2024
8-
# Suppress various deprecation warnings on LLVM 17+
9-
set(LLVMGenXIntrinsics_GIT_TAG cbf0b5d315d2a69fbdf32888e13ae4556890cda9)
7+
# Date: 08 May 2024
8+
# Fix warning from switch
9+
set(LLVMGenXIntrinsics_GIT_TAG b2565a03eb3cac07f5e8000fde971f95dc782c75)
1010

1111
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
1212
include(FetchContent)

0 commit comments

Comments
 (0)