Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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")
set(UNIFIED_RUNTIME_REPO "https://github.com/aarongreig/unified-runtime")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
8 changes: 1 addition & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# commit db83117e830406b0d9950e24892dba868acba354
# Merge: 0a90db9b c79df596
# Author: Callum Fare <[email protected]>
# Date: Wed Nov 27 16:04:19 2024 +0000
# Merge pull request #2261 from againull/againull/2d_block_exp
# Add new device descriptor to query 2D block array capabilities of the Intel GPU
set(UNIFIED_RUNTIME_TAG db83117e830406b0d9950e24892dba868acba354)
set(UNIFIED_RUNTIME_TAG aaron/parameterizeAdapterTests)
Loading