Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] wait_and_throw invokes asynchronous handlers linked to the events that the event depends on. #12202

Open
wants to merge 5 commits into
base: sycl
Choose a base branch
from

Commits on Dec 19, 2023

  1. Invoke asynchronous handlers linked to the events; the occurrence of …

    …this event relies on.
    mmoadeli committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bf9a906 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Improve test to cover cases where the dependence comes from accessor …

    …requirements between two queues.
    mmoadeli committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    89a25c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbeb80c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    b73e44b View commit details
    Browse the repository at this point in the history
  2. Add a test case for the situation where there is no dependency chain …

    …between the two kernels but they are enqueued to the same queue.
    mmoadeli committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    81789cb View commit details
    Browse the repository at this point in the history