Skip to content

Commit 5e8561c

Browse files
committed
[UR] Update tag for UR#2549 - Move urMemImageGetInfo success test from a switch to individual test
1 parent 41ec74c commit 5e8561c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/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")
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 9e48f543b8dd39d45563169433bb529583625dfe
1+
# commit martin/memimage-info-unswitch
22
# Merge: 6a3fece6 1a1108b3
33
# Author: Martin Grant <[email protected]>
44
# Date: Wed Jan 15 14:33:29 2025 +0000
55
# Merge pull request #2540 from martygrant/martin/program-info-unswitch
66
# Move urProgramGetInfo success test from a switch to individual tests.
7-
set(UNIFIED_RUNTIME_TAG 9e48f543b8dd39d45563169433bb529583625dfe)
7+
set(UNIFIED_RUNTIME_TAG martin/memimage-info-unswitch)

0 commit comments

Comments
 (0)