Skip to content

Commit 8a650c9

Browse files
committed
[UR] Support device to device USM copies with the CL adapter
1 parent 5f6af0b commit 8a650c9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,8 @@ 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")
120-
# commit 568a96aabc6edabe8514ae163aecc64cd5a41878
121-
# Author: Mateusz P. Nowak <[email protected]>
122-
# Date: Tue Oct 15 13:57:26 2024 +0200
123-
# Benchmark updates for faster run and more reliable results (#2164)
124-
set(UNIFIED_RUNTIME_TAG 568a96aabc6edabe8514ae163aecc64cd5a41878)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG aaron/supportCLInterDeviceCopy)
125121

126122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
127123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)