Skip to content

Commit 6025459

Browse files
committed
Bump UR tag
1 parent 5f7c19c commit 6025459

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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/againull/unified-runtime")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
set(UNIFIED_RUNTIME_TAG 28b1429f3aa32eea7c3ebc874bd1614a4e957056)
1+
# commit db83117e830406b0d9950e24892dba868acba354
2+
# Merge: 0a90db9b c79df596
3+
# Author: Callum Fare <[email protected]>
4+
# Date: Wed Nov 27 16:04:19 2024 +0000
5+
# Merge pull request #2261 from againull/againull/2d_block_exp
6+
# Add new device descriptor to query 2D block array capabilities of the Intel GPU
7+
set(UNIFIED_RUNTIME_TAG db83117e830406b0d9950e24892dba868acba354)

0 commit comments

Comments
 (0)