Skip to content

Commit 51def70

Browse files
[UR] zeDeviceCanAccessPeer call optimization
PR in UR: oneapi-src/unified-runtime#2013 Signed-off-by: Winston Zhang <[email protected]>
1 parent 0b65c98 commit 51def70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ if(SYCL_UR_USE_FETCH_CONTENT)
136136
endif()
137137

138138
fetch_adapter_source(level_zero
139-
${UNIFIED_RUNTIME_REPO}
140-
${UNIFIED_RUNTIME_TAG}
139+
https://github.com/winstonzhang-intel/unified-runtime.git
140+
f11fd06a86861013110805228d116fc44d43f558
141141
)
142142

143143
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)