Skip to content

Commit 92ee5a3

Browse files
committed
[UR] Update tag for UR#2619 - Move urMemImageGetInfo success test from a switch to individual test
1 parent 80acd9b commit 92ee5a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit b841691699393dd2375e987c3d38d5f59c3e35cf
2-
# Merge: c6859445 9de10cd9
3-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
4-
# Date: Thu Jan 23 16:07:06 2025 +0000
5-
# Merge pull request #2559 from Bensuo/fix_kernel_arg_indices
6-
# [CUDA][HIP] Fix kernel arguments being overwritten when added out of order
7-
set(UNIFIED_RUNTIME_TAG b841691699393dd2375e987c3d38d5f59c3e35cf)
1+
# commit martin/memimage-info-unswitch
2+
# Merge: 6a3fece6 1a1108b3
3+
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4+
# Date: Wed Jan 15 14:33:29 2025 +0000
5+
# Merge pull request #2540 from martygrant/martin/program-info-unswitch
6+
# Move urProgramGetInfo success test from a switch to individual tests.
7+
set(UNIFIED_RUNTIME_TAG martin/memimage-info-unswitch-redo)

0 commit comments

Comments
 (0)