Skip to content

Commit bf67e91

Browse files
committed
[SYCL][Graph] Bump UR to use OpenCL in-order command-buffers
Bumps UR commit to pull in oneapi-src/unified-runtime#2681
1 parent 2be11a1 commit bf67e91

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
@@ -122,7 +122,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
122122
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
123123
endfunction()
124124

125-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
125+
set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime.git")
126126
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
127127

128128
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: Thu Feb 6 11:30:48 2025 +0000
55
# Merge pull request #2655 from hvdijk/nativecpu-null-phevent
66
# [NativeCPU] Handle null phEvent.
7-
set(UNIFIED_RUNTIME_TAG 9d6542bac16db69d907002cb0f8c724c7a50d2dc)
7+
set(UNIFIED_RUNTIME_TAG "cmd-buf_ocl_097")

0 commit comments

Comments
 (0)