Commit 5a1ef01
authored
[SYCL] Change event wait scope flag in Level Zero (#1898)
Set it to ZE_EVENT_SCOPE_FLAG_HOST, so cache hierarchies are
flushed in host scope.
This ensures that when host is waiting on a event with
zeEventHostSynchronize(), that changes in the event state
are correctly propagated and seen by the host.
Signed-off-by: Jaime Arteaga <[email protected]>1 parent db74d92 commit 5a1ef01
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2199 | 2199 | | |
2200 | 2200 | | |
2201 | 2201 | | |
2202 | | - | |
| 2202 | + | |
2203 | 2203 | | |
2204 | 2204 | | |
2205 | 2205 | | |
| |||
0 commit comments