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] Enable in-order cmd-list #13088

Merged
merged 14 commits into from
May 2, 2024

Commits on Mar 21, 2024

  1. [SYCL][Graph] Enable in-order cmd-list

    Analyze the graph and apply enable the use of in-order command-list for linear graph.
    Add a property to finalize function to disable this optimization which is not compatible with profiling.
    Update the specification.
    
    Co-authored-by: Maxime France-Pillois <maxime.francepillois@codeplay.com>
    Bensuo and mfrancepillois committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f8f0061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c223a3a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    5ab6089 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Bensuo committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a47164f View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    - checkIfGraphIsSinglePath returns bool
    - Design doc wording about optimizations
    Bensuo committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    384ac8d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    33f0f53 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    EwanC committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6af4cc8 View commit details
    Browse the repository at this point in the history
  3. Update sycl/unittests/Extensions/CommandGraph/Exceptions.cpp

    Co-authored-by: Fábio <fabio.m.mestre@gmail.com>
    EwanC and fabiomestre committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3e4ee68 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    3ac2e02 View commit details
    Browse the repository at this point in the history
  2. Update sycl/plugins/unified_runtime/pi2ur.hpp

    Co-authored-by: Kenneth Benzie (Benie) <k.benzie83@gmail.com>
    EwanC and kbenzie committed May 2, 2024
    Configuration menu
    Copy the full SHA
    356b9ce View commit details
    Browse the repository at this point in the history