Skip to content
Merged
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
12 changes: 6 additions & 6 deletions sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ if(SYCL_UR_USE_FETCH_CONTENT)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 80fdb0261d4a3623b05d1795f2f59ace9f718d76
# Merge: 568a96aa 77b6c4c7
# commit b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9 (HEAD -> main, origin/main, origin/HEAD)
# Merge: e29828f4 e62e6770
# Author: aarongreig <[email protected]>
# Date: Wed Oct 16 13:53:51 2024 +0100
# Merge pull request #2206 from oneapi-src/revert-2138-counter-based-3
# Revert "[L0] Phase 2 of Counter-Based Event Implementation"
set(UNIFIED_RUNTIME_TAG 80fdb0261d4a3623b05d1795f2f59ace9f718d76)
# Date: Wed Oct 16 16:13:27 2024 +0100
# Merge pull request #2176 from PietroGhg/pietro/comp_link
# [NATIVECPU] Report success for urProgramCompile and urProgramLink
set(UNIFIED_RUNTIME_TAG b4539da9dfc9a350ec3a9bd5afa39ef8422b4ab9)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Expand Down
Loading