File tree 1 file changed +4
-4
lines changed
sycl/plugins/unified_runtime
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,18 +99,18 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
99
99
CACHE PATH "Path to external '${name} ' adapter source dir" FORCE)
100
100
endfunction ()
101
101
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" )
103
103
# commit 642e3437b8a0a3e702ac3d68513d7076e7618c94
104
104
# Merge: 342bdfff 199287b7
105
105
# Author: Kenneth Benzie (Benie) <[email protected] >
106
106
# Date: Thu Jul 11 10:37:50 2024 +0100
107
107
# Merge pull request #1829 from callumfare/callum/bindless_workaround
108
108
# Treat bindless images handle types as native handles
109
- set (UNIFIED_RUNTIME_TAG 642e3437b8a0a3e702ac3d68513d7076e7618c94 )
109
+ set (UNIFIED_RUNTIME_TAG e1d74f2ffcf41188015705e456be2f46487cb0b9 )
110
110
111
111
fetch_adapter_source(level_zero
112
- ${UNIFIED_RUNTIME_REPO}
113
- ${UNIFIED_RUNTIME_TAG}
112
+ https://github.com/winstonzhang-intel/unified-runtime.git
113
+ e1d74f2ffcf41188015705e456be2f46487cb0b9
114
114
)
115
115
116
116
fetch_adapter_source(opencl
You can’t perform that action at this time.
0 commit comments