Open
Description
I create an event which (in the full application) will be signalled from a different thread.
I enqueue a kernel which depends on this event, and when using immediate command lists, the enqueue command itself hangs.
Expected behavior: kernel enqueue returns but the kernel doesn't run until we HostSignal the blocking event.
callbacks.zip
Using regular command lists, I don't see the host hang on the kernel enqueue