Skip to content

Commit 2950a2f

Browse files
committed
1 parent 131c543 commit 2950a2f

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/npmiller/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 9937d029c7fdcbf101e89f8515f640c145e059c5
2-
# Merge: 9ac6d5d9 10b0e101
3-
# Author: Callum Fare <callum@codeplay.com>
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 1b373f83c71eb39d440ca2c1ed82faf3bfa9b720)
1+
# commit 06f48f674445532d8c04be431474901b82c3c449
2+
# Merge: 098deca1f9f3 1b373f83c71e
3+
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4+
# Date: Thu Dec 12 11:04:15 2024 +0000
5+
# Merge pull request #2356 from npmiller/hip-images
6+
# [HIP] Disable SYCL images by default
7+
set(UNIFIED_RUNTIME_TAG 06f48f674445532d8c04be431474901b82c3c449)

0 commit comments

Comments
 (0)