Skip to content

Commit 50ab781

Browse files
committed
[UR][DeviceSanitizer] Refactor the code to manage shadow memory
1 parent e94cfda commit 50ab781

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 80fdb0261d4a3623b05d1795f2f59ace9f718d76
121-
# Merge: 568a96aa 77b6c4c7
122-
# Author: aarongreig <[email protected]>
123-
# Date: Wed Oct 16 13:53:51 2024 +0100
124-
# Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3
125-
# Revert "[L0] Phase 2 of Counter-Based Event Implementation"
126-
set(UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76)
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)