Skip to content

Commit d3fea2b

Browse files
[UR][L0] Implement support for device to device copy
URT PR: oneapi-src/unified-runtime#2692 Signed-off-by: Zhang, Winston <[email protected]>
1 parent 313c4f0 commit d3fea2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ elseif(SYCL_UR_USE_FETCH_CONTENT)
135135
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
136136
endfunction()
137137

138-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
138+
set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git")
139139
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
140140

141141
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")

0 commit comments

Comments
 (0)