Skip to content

Commit 5539104

Browse files
[UR] Refactoring of boolean event parameters
PR in URT: oneapi-src/unified-runtime#1600 Signed-off-by: Winston Zhang <[email protected]>
1 parent 44861fe commit 5539104

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,18 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9999
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
100100
endfunction()
101101

102-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
102+
set(UNIFIED_RUNTIME_REPO "https://github.com/winstonzhang-intel/unified-runtime.git")
103103
# commit 642e3437b8a0a3e702ac3d68513d7076e7618c94
104104
# Merge: 342bdfff 199287b7
105105
# Author: Kenneth Benzie (Benie) <[email protected]>
106106
# Date: Thu Jul 11 10:37:50 2024 +0100
107107
# Merge pull request #1829 from callumfare/callum/bindless_workaround
108108
# Treat bindless images handle types as native handles
109-
set(UNIFIED_RUNTIME_TAG 642e3437b8a0a3e702ac3d68513d7076e7618c94)
109+
set(UNIFIED_RUNTIME_TAG e1d74f2ffcf41188015705e456be2f46487cb0b9)
110110

111111
fetch_adapter_source(level_zero
112-
${UNIFIED_RUNTIME_REPO}
113-
${UNIFIED_RUNTIME_TAG}
112+
https://github.com/winstonzhang-intel/unified-runtime.git
113+
e1d74f2ffcf41188015705e456be2f46487cb0b9
114114
)
115115

116116
fetch_adapter_source(opencl

0 commit comments

Comments
 (0)