Skip to content

Commit b1e7c15

Browse files
committed
[UR] Bump main tag to e1cc9b2
1 parent b56a7fd commit b1e7c15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 3ad235dee9588152a58980bb73c8827a3d03a9e8
2-
# Merge: c7cd88de 6390f637
1+
# commit e1cc9b2cfce7f329f0f411b5b84837b511b86a2d
2+
# Merge: 5a1a81b6 b209eba8
33
# Author: Kenneth Benzie (Benie) <[email protected]>
4-
# Date: Wed Dec 4 18:17:07 2024 +0000
5-
# Merge pull request #2389 from againull/indirect_fix
6-
# [L0] Set exec info for all L0 kernels in UR kernel
7-
set(UNIFIED_RUNTIME_TAG do-alloc-use-pool)
4+
# Date: Tue Dec 10 14:29:41 2024 +0000
5+
# Merge pull request #2394 from zhaomaosu/do-alloc-use-pool
6+
# [DevASAN] Do allocation with USM pool to reduce memory overhead
7+
set(UNIFIED_RUNTIME_TAG e1cc9b2cfce7f329f0f411b5b84837b511b86a2d)

0 commit comments

Comments
 (0)