File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sycl/plugins/unified_runtime Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
57
57
include (FetchContent )
58
58
59
59
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
60
- # commit 92f44da347323af842cb5352b94169d16a5cfbe7
61
- # Merge: 43c2ad23 3ef6d11d
60
+ # commit 6032f6fde37eeadcc3f12c10460e3ffec161dd33
61
+ # Merge: 92f44da3 f9ad3d42
62
62
# Author: Kenneth Benzie (Benie) <[email protected] >
63
- # Date: Fri Jan 19 15:59:50 2024 +0000
64
- # Merge pull request #1257 from pbalcer/fix-native-handle-waits
65
- # [L0] fix waiting on non-owned native handle events
66
- set (UNIFIED_RUNTIME_TAG 92f44da347323af842cb5352b94169d16a5cfbe7 )
63
+ # Date: Mon Jan 22 12:30:12 2024 +0000
64
+ # Merge pull request #1259 from igchor/fix_sync
65
+ # [L0] do not ignore returned values from zeHostSynchronize
66
+ set (UNIFIED_RUNTIME_TAG 6032f6fde37eeadcc3f12c10460e3ffec161dd33 )
67
67
68
68
if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO )
69
69
set (UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO} " )
You can’t perform that action at this time.
0 commit comments