Skip to content

Commit

Permalink
[UR] Update tag for Improvements to align CTS and Spec for Device - o…
Browse files Browse the repository at this point in the history
  • Loading branch information
martygrant committed Jan 27, 2025
1 parent 02d2e34 commit 2c8710b
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/martygrant/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 Jan 23 16:07:06 2025 +0000
# Merge pull request #2559 from Bensuo/fix_kernel_arg_indices
# [CUDA][HIP] Fix kernel arguments being overwritten when added out of order
set(UNIFIED_RUNTIME_TAG b841691699393dd2375e987c3d38d5f59c3e35cf)
set(UNIFIED_RUNTIME_TAG martin/device-cts-spec-gap-redo)

0 comments on commit 2c8710b

Please sign in to comment.