-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(hugr-py): only require input type annotations when building (#1199)
Closes #1198 - ops have to report their signature, but may be initialised incomplete - dataflow ops have hooks to update themselves based on the types flowing in to them - parent ops can update themselves based on the types flowing out of them - Tag needs to know all possible variants, can't infer from input types - calculate cfg outputs by looking at output types of blocks that connect to exit block reviewing commit by commit might be easier --------- Co-authored-by: Mark Koch <[email protected]>
- Loading branch information
Showing
9 changed files
with
480 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.