Skip to content

Commit

Permalink
Fix UR cuda adapter to update indices correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomestre committed Jan 14, 2025
1 parent dfaf96f commit 897dbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/Bensuo/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
2 changes: 1 addition & 1 deletion sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Date: Thu Dec 12 16:00:13 2024 +0000
# Merge pull request #2272 from martygrant/martin/virtual-memory-cts-spec-gap
# Improvements to align CTS and Spec for Virtual Memory
set(UNIFIED_RUNTIME_TAG 6d4eec8cdcfe8a5d359ed05092797c429c2ca878)
set(UNIFIED_RUNTIME_TAG 86d17154117c121e1ec1169fd79d1cd7b62c776c)

0 comments on commit 897dbb6

Please sign in to comment.