Skip to content

Commit 0619710

Browse files
author
Fábio Mestre
committed
Fix UR cuda adapter to update indices correctly
1 parent d1a6bef commit 0619710

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/Bensuo/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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 9e48f543b8dd39d45563169433bb529583625dfe
2-
# Merge: 6a3fece6 1a1108b3
1+
# commit 6d4eec8cdcfe8a5d359ed05092797c429c2ca878
2+
# Merge: 40d28e7bd84a 800b452d67c5
33
# Author: Martin Grant <[email protected]>
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 9e48f543b8dd39d45563169433bb529583625dfe)
4+
# Date: Thu Dec 12 16:00:13 2024 +0000
5+
# Merge pull request #2272 from martygrant/martin/virtual-memory-cts-spec-gap
6+
# Improvements to align CTS and Spec for Virtual Memory
7+
set(UNIFIED_RUNTIME_TAG bf6b6f9df5cd7c1e3dda4af8e4b3546c7109f24f)

0 commit comments

Comments
 (0)