Twice d7bd36d7e9
[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.
2026-02-26 10:22:24 +08:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.