llvm-project
d7bd36d7 - [MLIR][Python] Handle errors in dialect conversion properly (#183320)

Commit
90 days ago
[MLIR][Python] Handle errors in dialect conversion properly (#183320) Before this, MLIR error capture in `apply_partial_conversion` and `apply_full_conversion` wasn’t handled, which meant any `emitError` would crash the entire program. This PR adds the handling.
Author
Parents
Loading