Skip to content

Commit 645db17

Browse files
[SYCL][L0] Fix a deadlock that can occur with batching enabled (#3081)
This change causes the event wait list for any command being enqueued to be checked to see if it was issued into a different queue than the command that will be waiting on it. If it was, then for batching to work properly, the currently open batch for that queue is closed and submitted for execution.
1 parent c90b361 commit 645db17

File tree

2 files changed

+114
-89
lines changed

2 files changed

+114
-89
lines changed

0 commit comments

Comments
 (0)