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/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit 92f44da347323af842cb5352b94169d16a5cfbe7
# Merge: 43c2ad23 3ef6d11d
# commit 6032f6fde37eeadcc3f12c10460e3ffec161dd33
# Merge: 92f44da3 f9ad3d42
# Author: Kenneth Benzie (Benie) <[email protected]>
# Date: Fri Jan 19 15:59:50 2024 +0000
# Merge pull request #1257 from pbalcer/fix-native-handle-waits
# [L0] fix waiting on non-owned native handle events
set(UNIFIED_RUNTIME_TAG 92f44da347323af842cb5352b94169d16a5cfbe7)
# Date: Mon Jan 22 12:30:12 2024 +0000
# Merge pull request #1259 from igchor/fix_sync
# [L0] do not ignore returned values from zeHostSynchronize
set(UNIFIED_RUNTIME_TAG 6032f6fde37eeadcc3f12c10460e3ffec161dd33)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down