File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,8 @@ 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" )
103
- # commit 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94
104
- # Author: Yang Zhao <[email protected] >
105
- # Date: Thu Jun 27 20:26:17 2024 +0800
106
- # [DeviceSanitizer] Support out-of-bounds on private memory (#1676)
107
- set (UNIFIED_RUNTIME_TAG 58ca3a34dea0f559b8d950bdfe7d5d8a610d3a94)
102
+ set (UNIFIED_RUNTIME_REPO "https://github.com/hdelan/unified-runtime.git" )
103
+ set (UNIFIED_RUNTIME_TAG master-merge)
108
104
109
105
fetch_adapter_source(level_zero
110
106
${UNIFIED_RUNTIME_REPO}
You can’t perform that action at this time.
0 commit comments