Skip to content

Commit b780817

Browse files
committed
Bump UR tag to 9937d02
1 parent 8554c7b commit b780817

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
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/aarongreig/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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# commit 66ba7970a6badf781226b75a98c9585ef30ea93a
2-
# Author: Maosu Zhao <[email protected]>
3-
# Date: Mon Oct 28 18:39:57 2024 +0800
4-
# [DeviceSanitizer] Add a report flag to LaunchInfo (#2069)
5-
set(UNIFIED_RUNTIME_TAG aaron/tryUseExtensionSubgroupInfo)
1+
# commit 9937d029c7fdcbf101e89f8515f640c145e059c5
2+
# Merge: 9ac6d5d9 10b0e101
3+
# Author: Callum Fare <[email protected]>
4+
# Date: Wed Nov 20 14:49:17 2024 +0000
5+
# Merge pull request #2258 from aarongreig/aaron/tryUseExtensionSubgroupInfo
6+
# Use extension version of clGetKernelSubGroupInfo when necessary.
7+
set(UNIFIED_RUNTIME_TAG 9937d029c7fdcbf101e89f8515f640c145e059c5)

0 commit comments

Comments
 (0)