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

Define behaviour of handler::depends_on() #43

Merged
merged 1 commit into from
Dec 16, 2022

Commits on Dec 1, 2022

  1. Define behaviour of handler::depends_on()

    Supporting `handler::depends_on()` to track edges would make it easier for
    users to express USM dependencies in the record & replay model.
    
    This could be implemented by the runtime mapping default constructed
    `sycl::event`s returned by queue recording to internal nodes. When one of
    these events is later passed into `handler::depends_on() the runtime
    can check which node in the graph the event is associated with, and error if it
    is not an event returned from a queue recording.
    
    This addressed spec feedback at intel#5626 (comment)
    
    Closes #34
    EwanC committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    817101e View commit details
    Browse the repository at this point in the history