File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
117
117
endfunction ()
118
118
119
119
set (UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git" )
120
- # commit ad43e28add70e59dd0881043a7a2ab46947ba089
121
- # Merge: fa9ebe7b 53abe070
122
- # Author: Omar Ahmed <omar.ahmed@codeplay .com>
123
- # Date: Mon Sep 16 10:20:10 2024 +0100
124
- # Merge pull request #2060 from martygrant/martin/supressSystemErrorsOnWindows
125
- # [Loader] Suppress system errors when loading adapters on Windows
126
- set (UNIFIED_RUNTIME_TAG ad43e28add70e59dd0881043a7a2ab46947ba089 )
120
+ # commit 4d19115165b5497b647ae1b2e110488f84d1806a
121
+ # Merge: fb6df497 3f128d09
122
+ # Author: Piotr Balcer <piotr.balcer@intel .com>
123
+ # Date: Tue Sep 17 10:31:44 2024 +0200
124
+ # Merge pull request #2087 from nrspruit/fix_driver_inorder_event_wait
125
+ # [L0] Fix urEnqueueEventsWaitWithBarrier for driver in order lists
126
+ set (UNIFIED_RUNTIME_TAG 4d19115165b5497b647ae1b2e110488f84d1806a )
127
127
128
128
set (UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES" )
129
129
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ int main() {
36
36
// CHECK: Test1
37
37
// CHECK: ---> urEnqueueEventsWaitWithBarrier
38
38
// CHECK: ZE ---> zeEventCreate
39
- // CHECK: ZE ---> zeCommandListAppendWaitOnEvents
39
+ // CHECK-OPT : ZE ---> zeCommandListAppendWaitOnEvents
40
40
// CHECK: ZE ---> zeCommandListAppendSignalEvent
41
41
// CHECK: ) -> UR_RESULT_SUCCESS
42
42
auto BarrierEvent = Q2.ext_oneapi_submit_barrier ({EventA, EventB});
@@ -56,7 +56,7 @@ int main() {
56
56
// CHECK: Test2
57
57
// CHECK: ---> urEnqueueEventsWaitWithBarrier
58
58
// CHECK-OPT: ZE ---> {{zeEventCreate|zeEventHostReset}}
59
- // CHECK: ZE ---> zeCommandListAppendWaitOnEvents
59
+ // CHECK-OPT : ZE ---> zeCommandListAppendWaitOnEvents
60
60
// CHECK: ZE ---> zeCommandListAppendSignalEvent
61
61
// CHECK: ) -> UR_RESULT_SUCCESS
62
62
auto BarrierEvent = Q1.ext_oneapi_submit_barrier ({EventA, EventB});
You can’t perform that action at this time.
0 commit comments