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

Codeplay graphs vendor extension #135

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2022

  1. Codeplay graphs vendor extension

    Make public the specification for `SYCL_EXT_CODEPLAY_GRAPHS`, Codeplay's
    vendor extension introducing an API for user capture and submission of
    command-group graphs.
    
    This is the initial version and still subject to change.
    EwanC committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fdd992c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Rename recordable graph state

    Rename the `recordable` graph state to `modifiable`, so that
    is more generic for when an explicit API is added.
    
    Additionally, make `finalize()` a `const` function.
    EwanC committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6fbbc50 View commit details
    Browse the repository at this point in the history