Skip to content

Commit d8c3f30

Browse files
committed
Update UR tag
1 parent 5f2bf2c commit d8c3f30

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,15 @@ 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/zhaomaosu/unified-runtime.git")
120-
set(UNIFIED_RUNTIME_TAG refactor-launch-info)
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120+
# Merge: c742ca49 55d5d01c
121+
# Author: Piotr Balcer <[email protected]>
122+
# Date: Tue Oct 22 10:51:59 2024 +0200
123+
#
124+
# Merge pull request #2224 from zhaomaosu/refactor-launch-info
125+
#
126+
# [DeviceASAN] Move GlobalShadowOffset, DeviceType, Debug into LaunchInfo
127+
set(UNIFIED_RUNTIME_TAG e3eeb4ee03531adc95880b734af419ae91eb2325)
121128

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

0 commit comments

Comments
 (0)