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.git")
set(UNIFIED_RUNTIME_REPO "https://github.com/ldorau/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
10 changes: 3 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# commit ed9fe09f9987bbe86715f191e6dbe5695ebf0306
# Merge: 09ae26af dc5246dd
# Author: Callum Fare <[email protected]>
# Date: Fri Nov 8 10:29:25 2024 +0000
# Merge pull request #2279 from nrspruit/update_loader_1_18
# [L0] Update Level Zero Loader version to v1.18.5
set(UNIFIED_RUNTIME_TAG ed9fe09f9987bbe86715f191e6dbe5695ebf0306)
# Date: Fri Nov 8 11:56:00 2024 +0000
# Update UMF to 28.10.2024 (Merge pull request oneapi-src#832)
set(UNIFIED_RUNTIME_TAG 1b609b4e7d35f7b578af3c31047cdfb203d20565)
Loading