Skip to content

Implement executable graph update #91

Closed
@EwanC

Description

@EwanC

The void command_graph<graph_state::executable> update(const command_graph<graph_state::modifiable>& graph); feature included in the spec is not defined in our prototype, we should add this entry-point.

The depth of this implementation is up for discussion, options are:

  • Stub entry-point which throws an exception saying not implemented
  • Emulated functionality by recreating the underlying PI commands
  • Extending PI to introduce argument update of existing commands, which this functionality is then built upon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Graph ImplementationRelated to DPC++ implementation and testingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions