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][Graph] Avoid unnecessary inter-partition dependencies #12680

Merged
merged 4 commits into from
Feb 19, 2024

Commits on Feb 9, 2024

  1. [SYCL][Graph] Avoid unnecessary inter-partition dependencies

    Improves management of inter-partition dependencies, so that only required dependencies are added.
    As removing these dependencies can results in multiple executions paths, we have added a map to track all events returned from submitted partitions.
    All these events are linked to the main event returned to user.
    Adds tests.
    mfrancepillois committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ddfd622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f66db9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    fde164f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b61c34b View commit details
    Browse the repository at this point in the history