Skip to content

Commit df5fe9f

Browse files
committed
1 parent ec1fc16 commit df5fe9f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ 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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit dbd168cbed2d2590b47904728cd5762f1c2f4c6b (HEAD, origin/main, origin/HEAD)
2-
# Merge: 694c1b9a 27ad3f7d
3-
# Author: Piotr Balcer <piotr.balcer@intel.com>
4-
# Date: Mon Oct 28 16:29:45 2024 +0100
5-
# Merge pull request #2242 from nrspruit/sysman_env_disable
6-
# [L0] Enable Sysman Thru Env by default and have zesInit be optional
7-
set(UNIFIED_RUNTIME_TAG use-device-usm-for-rtl-data)
1+
# commit a172cde4bc2857dcf74b0b2907a5b0f90566e808 (HEAD, origin/main, origin/HEAD)
2+
# Merge: 1851eff47b0a cde0d4c820b0
3+
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4+
# Date: Thu Dec 5 12:29:44 2024 +0000
5+
# Merge pull request #2249 from zhaomaosu/use-device-usm-for-rtl-data
6+
# [DeviceASAN] Use device usm to sync asan runtime data instead of shared usm
7+
set(UNIFIED_RUNTIME_TAG a172cde4bc2857dcf74b0b2907a5b0f90566e808)

0 commit comments

Comments
 (0)