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][L0] Reset L0 events for UR sync-points #11553

Merged
merged 10 commits into from
Oct 27, 2023

Commits on Oct 16, 2023

  1. [SYCL][Graph] Reset L0 events for UR sync-points

    The Unified Runtime sync-points used to represent
    SYCL-Graph edges are not correctly implemented
    for the Level Zero adapter. The L0 events used
    to implement them are not reset to the non-signalled
    state after an enqueue of the graph.
    
    Fixed in the UR L0 adapter change oneapi-src/unified-runtime#965
    which resets the UR events to the non-signalled state at the
    end of the L0 command-list.
    EwanC committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    be0603c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. [SYCL][Graph] Update UR command-buffer diagram

    Point to the most recent UR commit for this change
    and update the design doc diagram to reflect the
    changes from this patch to L0 command-lists used
    to implement a UR command-buffer.
    EwanC committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    68e2d95 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

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

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    9391f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    9cba3a7 View commit details
    Browse the repository at this point in the history
  2. Update UR tag comment

    EwanC committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c3975aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8b72c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bde2014 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Try SVG image again

    Currently Github pr thinks file is invalid
    EwanC committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3e4a613 View commit details
    Browse the repository at this point in the history