Skip to content

Commit 3796776

Browse files
zhaomaosupbalcer
andauthored
[UR][DeviceSanitizer] Refactor the code to manage shadow memory (#15736)
UR Part: oneapi-src/unified-runtime#2127 Co-authored-by: Piotr Balcer <[email protected]>
1 parent 1c35af3 commit 3796776

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9 (HEAD -> main, origin/main, origin/HEAD)
121-
# Merge: e29828f4 e62e6770
122-
# Author: aarongreig <[email protected]>
123-
# Date: Wed Oct 16 16:13:27 2024 +0100
124-
# Merge pull request #2176 from PietroGhg/pietro/comp_link
125-
# [NATIVECPU] Report success for urProgramCompile and urProgramLink
126-
set(UNIFIED_RUNTIME_TAG b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9)
120+
# commit af7e275b509b41f54a66743ebf748dfb51668abf
121+
# Author: Maosu Zhao <[email protected]>
122+
# Date: Thu Oct 17 16:31:21 2024 +0800
123+
# [DeviceSanitizer] Refactor the code to manage shadow memory (#2127)
124+
set(UNIFIED_RUNTIME_TAG af7e275b509b41f54a66743ebf748dfb51668abf)
127125

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

0 commit comments

Comments
 (0)