Skip to content

Commit c6f0f29

Browse files
author
Hugh Delaney
committed
Update SHA
1 parent df0dc3b commit c6f0f29

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,8 @@ 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")
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)
108104

109105
fetch_adapter_source(level_zero
110106
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)