Skip to content

Commit 51e6466

Browse files
author
Ewan Crawford
committed
[SYCL][Graph] Bump UR with Coverity fixes
Bump the UR tag to include coverity fixes for command-buffers oneapi-src/unified-runtime#2379
1 parent 9b9e5de commit 51e6466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Date: Wed Nov 27 16:04:19 2024 +0000
55
# Merge pull request #2261 from againull/againull/2d_block_exp
66
# Add new device descriptor to query 2D block array capabilities of the Intel GPU
7-
set(UNIFIED_RUNTIME_TAG db83117e830406b0d9950e24892dba868acba354)
7+
set(UNIFIED_RUNTIME_TAG "ben/coverity-fixes")

0 commit comments

Comments
 (0)