Skip to content

Commit 4bbad08

Browse files
committed
[UR] Logger callback function sink
1 parent 7040c20 commit 4bbad08

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,8 @@ 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")
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)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/martygrant/unified-runtime.git")
120+
set(UNIFIED_RUNTIME_TAG e592c3ddb2a1b9f68061f164c5ee0bbcec16caa5)
125121

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

0 commit comments

Comments
 (0)