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

opal/accelerator: Add IPC APIs #10959

Merged
merged 5 commits into from
Nov 16, 2023
Merged

opal/accelerator: Add IPC APIs #10959

merged 5 commits into from
Nov 16, 2023

Commits on Nov 8, 2023

  1. opal/accelerator: add destroy_stream API

    Introduce the destroy stream operation to properly release resources.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    24892cf View commit details
    Browse the repository at this point in the history
  2. opal/accelerator: add synchronize_stream API

    Introduce the synchronize stream operation.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e66e77b View commit details
    Browse the repository at this point in the history
  3. opal/accelerator: add stream_wait_event API

    Introduce the operation to make stream wait on an event.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    673b5f0 View commit details
    Browse the repository at this point in the history
  4. opal/accelerator: add destroy_event API

    Introduce the destroy_event operation to properly release resources.
    
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wenduwan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    32333ab View commit details
    Browse the repository at this point in the history
  5. opal/accelerator: Add IPC APIs

    Signed-off-by: William Zhang <wilzhang@amazon.com>
    Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
    wckzhang authored and wenduwan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b816edf View commit details
    Browse the repository at this point in the history