-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[MLIR] Existing Python bindings issues #139785
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
Labels
mlir:python
MLIR Python bindings
Comments
@llvm/issue-subscribers-mlir-python Author: Maksim Levental (makslevental)
I plan to propose a partial rewrite/refactor of the Python bindings later this year. This github issue collects up some of the problems I've noticed/identified and some associated PRs/issues
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I plan to propose a partial rewrite/refactor of the Python bindings later this year. This github issue collects up some of the problems I've noticed/identified and some associated PRs/issues
liveOperations
liveOperations
map breaks down in reasonable scenarios #92344liveOperations
#92631llvm-project/mlir/examples/standalone/python/CMakeLists.txt
Line 43 in 5e83a5b
mlir/include
. Note, this is not malicious/accidental, but is connected to the aforementioned build system issuesEnumAttr
registrations. #117918The text was updated successfully, but these errors were encountered: