-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add spec for InfeedOp and OutfeedOp #640
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added few comments.
53b219d
to
e0d3d15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor suggestions.
e0d3d15
to
009589f
Compare
009589f
to
bef9e32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor changes, and we're ready to go.
Merging without waiting for CI - the only CI-able change in the PR is documentation within the .td file. |
fixes openxla#525 verification of infeed op is revisit based on openxla#639 Note that for outfeed op we are using the output name as `results` based on the implicit name [introduced by the tablegen file](https://github.com/openxla/stablehlo/blob/dbf9964c6ce980e1976041700807bd94e6adf849/stablehlo/dialect/StablehloOps.td#L1030 ) even though it should be explicitly called out as `result` (singular). This will be addressed in openxla#351 (comment), item 4.
fixes #525
verification of infeed op is revisit based on #639
Note that for outfeed op we are using the output name as
results
based on the implicit name introduced by the tablegen file even though it should be explicitly called out asresult
(singular). This will be addressed in #351 (comment), item 4.