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

Inconsistent python dialect registration #20

Open
stellaraccident opened this issue Nov 23, 2021 · 0 comments
Open

Inconsistent python dialect registration #20

stellaraccident opened this issue Nov 23, 2021 · 0 comments

Comments

@stellaraccident
Copy link

The dialect registration functions for MHLO are of the form mhlo.register_mhlo_dialect(context) and chlo.register_chlo_dialect(context).

We don't have an upstream entry for this in the style guide (but maybe should); however, everyone else has converged on mhlo.register_dialect(context). Would be nice to remove the redundant "mhlo" and "chlo". Since already in use, can deprecate the originals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant