Skip to content

Commit 3d77938

Browse files
committed
[SYCLl][Graph] Make UR command-buffer desc mandatory
Bumps to UR tag to pull in UR change from oneapi-src/unified-runtime#2676 No DPC++ changes are required as `graph_impl.cpp` already unconditionally passes a descriptor on UR command-buffer creation.
1 parent 2be11a1 commit 3d77938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+1-1
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

+1-1
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 "ewan/command-buffer_desc")

0 commit comments

Comments
 (0)