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

docs: [spec] Remove references to causal cone and Order edges from Input #762

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions specification/hugr.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,7 @@ the following basic dataflow operations are available (in addition to the
signature of the node (defined by its incoming and outgoing `Value` edges) matches the function being called.
- `LoadConstant<T>`: has an incoming `Static<T>` edge, where `T` is a `CopyableType`, and a
`Value<Local,T>` output, used to load a static constant into the local
dataflow graph. They also have an incoming `Order` edge connecting
them to the `Input` node, as should all operations that
take no dataflow input, to ensure they lie in the causal cone of the
`Input` node when traversing.
dataflow graph.
- `identity<T>`: pass-through, no operation is performed.
- `DFG`: A nested dataflow graph.
These nodes are parents in the hierarchy.
Expand Down