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

Access to dialects not loaded leads to segmentation faults #23

Open
raviqqe opened this issue Sep 14, 2022 · 0 comments · May be fixed by #360
Open

Access to dialects not loaded leads to segmentation faults #23

raviqqe opened this issue Sep 14, 2022 · 0 comments · May be fixed by #360
Labels
bug Something isn't working

Comments

@raviqqe
Copy link
Owner

raviqqe commented Sep 14, 2022

  • mlirContextIsRegisteredOperation
@raviqqe raviqqe added the bug Something isn't working label Sep 14, 2022
@raviqqe raviqqe mentioned this issue Jul 26, 2023
45 tasks
raviqqe added a commit that referenced this issue Oct 17, 2023
This PR removes the global static string cache that stores `CString` in
MLIR (C++) for each corresponding `&str` in Rust. Instead, we have a
cache in each context. And, that forces users to pass around the new
`Context` type accordingly.

Close #54.

This change is also the base of #271, #23, and #348.
@raviqqe raviqqe linked a pull request Oct 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant