-
Notifications
You must be signed in to change notification settings - Fork 120
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
Rename the region accessors for ReduceOp and ReduceWindowOp to match the intent and hlo spec #335
Conversation
…intent and hlo spec
@GleasonK |
Another question is how strongly we feel about renaming these specific fields right away. There are a lot of opportunities for improving various names in StableHLO/MHLO, but we've been holding off so far to avoid complicating the ongoing migration from MHLO to StableHLO, with the only exception of renaming Perhaps we could start collecting renaming ideas in a ticket similar to #289 (@atondwal has an entire document with ideas), so that at a later point we could evaluate them all in concern and then execute on all of them at once to avoid slow dripping breaking changes. |
We don't offer API compatibility guarantees so I don't think this should be an issue. Can confirm by checking out main, serializing a file, and try to deserialize in this branch. Happy to help with any of that if needed. |
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.
As mentioned in the comment above, I'd like to propose to table the renaming discussions until later when we have a chance to review all the names. This way we'll ensure that: 1) the opset has uniform naming style, 2) all C++/Python breaking changes related to naming are done at once instead of spread over weeks or months of breakages.
Superseded by #351 |
The existing name
body
suits more the region name of whileOp