Skip to content

Commit 01e47e3

Browse files
committed
[UR][L0]Refcnt Parent Buffer on Sub Buffer Create and die on use of buffer after free
- pre-commit PR for oneapi-src/unified-runtime#2121 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 208ec48 commit 01e47e3

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
@@ -116,14 +116,14 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
120120
# commit 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40
121121
# Merge: 1f13d2ce cf5994a1
122122
# Author: Piotr Balcer <[email protected]>
123123
# Date: Thu Oct 3 10:47:01 2024 +0200
124124
# Merge pull request #2101 from lslusarczyk/fix-interleaved-urtraces
125125
# Fix mixed output of adapter and regular traces
126-
set(UNIFIED_RUNTIME_TAG 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40)
126+
set(UNIFIED_RUNTIME_TAG ae7f58e37baa17f8d38bc2a491a6ef07a243e3e6)
127127

128128
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)