forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingenhancementNew feature or requestNew feature or request
Description
Implement the erroneous wait behaviour defined by #78
This includes:
- Throwing an error on
handler::depends_on()when an event is passed that doesn't correspond to a node (related to Implement creating an edge with handler::depends_on() #89) - Throwing an error when waiting on an event returned from a queue submission recorded to a graph.
- calling
queue::wait()on a queue in the recording state
Metadata
Metadata
Assignees
Labels
Graph ImplementationRelated to DPC++ implementation and testingRelated to DPC++ implementation and testingenhancementNew feature or requestNew feature or request