We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To spec stablehlo.infeed and stablehlo.outfeed
stablehlo.infeed
The text was updated successfully, but these errors were encountered:
Add spec for InfeedOp and OutfeedOp (#640)
4fb042e
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](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 #351 (comment), item 4.
Add spec for InfeedOp and OutfeedOp (openxla#640)
21f9454
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.
sdasgup3
Successfully merging a pull request may close this issue.
Request description
To spec
stablehlo.infeed
and stablehlo.outfeedThe text was updated successfully, but these errors were encountered: