You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][E2E] Fix L0 barrier test to handle counting events (#15053)
- Test2 in level_zero_barrier_optimization.cpp will only see Event
Create or Host Reset if counting events are not used from the cache,
which is default for immediate command list and in order list use.
- counting events cannot be reset so neither of these prints would be
seen so this is optional.
Signed-off-by: Neil R. Spruit <[email protected]>
0 commit comments