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

[polynomial] Change polynomial ring coefficient type to AnyType and allow a modarith type #1085

Open
asraa opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@asraa
Copy link
Collaborator

asraa commented Nov 11, 2024

This would remove the unnecessary coefficientModulus, since the coefficientType will encode the modulus if we have a modarith type.

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
@j2kun j2kun self-assigned this Nov 12, 2024
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants