-
Notifications
You must be signed in to change notification settings - Fork 48
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
[polynomial] Change polynomial ring coefficient type to AnyType and allow a modarith type #1085
Comments
copybara-service bot
pushed a commit
that referenced
this issue
Nov 12, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 695820053
copybara-service bot
pushed a commit
that referenced
this issue
Nov 12, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 695820053
copybara-service bot
pushed a commit
that referenced
this issue
Nov 12, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 695820053
copybara-service bot
pushed a commit
that referenced
this issue
Nov 12, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 695820053
copybara-service bot
pushed a commit
that referenced
this issue
Nov 13, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 695820053
copybara-service bot
pushed a commit
that referenced
this issue
Nov 13, 2024
Due to some governance discussions in upstream MLIR [1], we decided it would be appropriate to move the polynomial dialect back into the HEIR tree. We also have some plans to make minor changes to the types, for instance changing the coefficient type to AnyType and removing the coefficient modulus to support things like RNS+modarith coefficient rings, and we felt it would be simpler to just make these changes in tree rather than burden the MLIR community and core maintainers with them. Cf. #1085 [1]: https://discourse.llvm.org/t/rfc-mlir-project-charter-and-restructuring/82896 PiperOrigin-RevId: 696112603
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would remove the unnecessary coefficientModulus, since the coefficientType will encode the modulus if we have a modarith type.
The text was updated successfully, but these errors were encountered: