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] Add spec wording for dynamic events #372

Closed
wants to merge 10 commits into from

Commits on Aug 13, 2024

  1. [SYCL][Graph] Add spec wording for dynamic events

    - Adds dynamic events which are updatable between graph executions
    - Removes limitations on depending on SYCL events from outside a graph
    - depends_on property can now take events/dynamic events
    - Allow barriers in the explicit API
    - Extend barriers to support dynamic events
    - Added get_event() to get event for node execution in a graph
    - Add a new graph property which requires that an execution event is available
    - Add new examples to the usage guide for dynamic events and command_graph::get_event()
    Bensuo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d8d446d View commit details
    Browse the repository at this point in the history
  2. [SYCL][Graph][Doc] Add wording about defining dependencies between gr…

    …aphs
    
    - Remove restrictions on limited graph events being used in other graphs
    - Now used to define inter-graph dependencies
    - Various changes to errors etc. to reflect change
    - Add example of this to usage guide
    Bensuo committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6f5afc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    71116ea View commit details
    Browse the repository at this point in the history
  2. Add some specific examples and detail about event usage

    - Also includes basic API examples for both explicit and recording
    Bensuo committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8836107 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Wording improvements

    - Rename limited graph events to graph-limited events
    - Clarify language of external dependencies in graphs
    - Remove usage of "internal edges"
    Bensuo committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    19628f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Minor wording fixes

    Bensuo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f513797 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update wording on node-level execution events

    - Clarify what they represent with example
    Bensuo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    93e1c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2170c9c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Allow inter-graph dependencies with dynamic_events

    - Inter-graph dependencies must have source graph finalized before creation
    - Graphs with inter-graph dependencies can only be finalized once
    - Update usage guide example on inter-graph dependencies
    - Various updates to improve error coverage of method definitions.
    Bensuo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ee78919 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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