Skip to content

Commit 576921d

Browse files
committed
[SYCL][Graph] UR command-buffer spec improvements
Bump UR tag to [Improve specification of command-buffer update errors](oneapi-src/unified-runtime#2462)
1 parent 746a2bd commit 576921d

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.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime.git")
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: Mon Dec 16 13:53:13 2024 +0000
55
# Merge pull request #2467 from nrspruit/fix_external_import_function_call
66
# [L0] Fix external semaphore import function calls to match the header
7-
set(UNIFIED_RUNTIME_TAG 39df0317814c164f5242eda8d6f08550f6268492)
7+
set(UNIFIED_RUNTIME_TAG "cmd-buf_update_errors")

0 commit comments

Comments
 (0)