Skip to content

Appending a dependency event which is to be signalled from the host causes hangs #658

Open
@pvelesko

Description

@pvelesko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions