Skip to content

Commit 5f2192a

Browse files
nrspruitaarongreig
andauthored
[UR][L0] Refcnt Parent Buffer on Sub Buffer Create and die on use of buffer after free (#15480)
- pre-commit PR for oneapi-src/unified-runtime#2121 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
1 parent 761d45d commit 5f2192a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40
121-
# Merge: 1f13d2ce cf5994a1
122-
# Author: Piotr Balcer <piotr.balcer@intel.com>
123-
# Date: Thu Oct 3 10:47:01 2024 +0200
124-
# Merge pull request #2101 from lslusarczyk/fix-interleaved-urtraces
125-
# Fix mixed output of adapter and regular traces
126-
set(UNIFIED_RUNTIME_TAG 7aba70bc5c6bf82a6e5f7cdd3623eb8f46fcff40)
120+
# commit 7907998a442b381a6669d2ae5ab957f8ddda5d03
121+
# Merge: 7e9d9d47 ae7f58e3
122+
# Author: aarongreig <aaron.greig@codeplay.com>
123+
# Date: Fri Oct 4 11:35:10 2024 +0100
124+
# Merge pull request #2121 from nrspruit/error_after_free_syclos
125+
# [L0] Refcnt Parent Buffer on Sub Buffer Create and die on use of buffer after free
126+
set(UNIFIED_RUNTIME_TAG 7907998a442b381a6669d2ae5ab957f8ddda5d03)
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)