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/lukaszstolarczuk/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
15 changes: 8 additions & 7 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# commit 2f479e01f62ed96a9466d19d9df1aabeda77b335
# Merge: b0f9293d b693389e
# Author: Callum Fare <[email protected]>
# Date: Fri Nov 22 15:27:05 2024 +0000
# Merge pull request #2370 from againull/multi_device_sanitizer
# [L0] Check that program is in exe state in urProgramGetGlobalVariablePointer
set(UNIFIED_RUNTIME_TAG 2f479e01f62ed96a9466d19d9df1aabeda77b335)
# commit c1cb2fcbd98d6e45dba3edf0b92a74b126a7fb30 (HEAD -> umf-bump-for-pulldown, origin/umf-bump-for-pulldown)
# Author: Łukasz Stolarczuk <[email protected]>
# Date: Mon Nov 25 12:24:44 2024 +0100
# [comon] Bump UMF version
# In comparison to the previous version it contains only a few
# extra UMF PRs. This version is not taken from UMF's main branch,
# but rather from special 'umf-fixes-nov-pulldown'.
set(UNIFIED_RUNTIME_TAG c1cb2fcbd98d6e45dba3edf0b92a74b126a7fb30)
Loading