Skip to content

Commit ec36104

Browse files
[UR] getImmCmdList fix
oneapi-src/unified-runtime#2429 Signed-off-by: Zhang, Winston <[email protected]>
1 parent 8024711 commit ec36104

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/winstonzhang-intel/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: Thu Dec 5 12:29:44 2024 +0000
55
# Merge pull request #2249 from zhaomaosu/use-device-usm-for-rtl-data
66
# [DeviceASAN] Use device usm to sync asan runtime data instead of shared usm
7-
set(UNIFIED_RUNTIME_TAG a172cde4bc2857dcf74b0b2907a5b0f90566e808)
7+
set(UNIFIED_RUNTIME_TAG 60e6f5e5e63b06e887aa2a692650b40f2fbc4b66)

0 commit comments

Comments
 (0)