max
0650efe7c0
Conform to Python custom exception api
2023-07-19 21:00:55 -05:00
Maksim Levental
c9fba95642
[Dynamo] turn on `no_python=True` for dynamo tests ( #2040 )
2023-04-28 18:05:17 -05:00
Eric Kunze
4c7e7ec116
Update LLVM tag to 21f4b84c ( #1918 )
...
Update PassManager C interface to use mlirPassManagerRunOnOp
Update python calls to PassManager to also use operation instead of
module
2023-03-06 22:53:26 -08:00
Daniel Ellis
e7b2b84a66
Update torch-mlir-opt error message.
2022-10-05 15:02:10 -04:00
Maksim Levental
d70bb68c9e
Add named exception TorchMlirCompilerError. ( #1064 )
2022-07-15 16:32:36 -05:00
Ramiro Leal-Cavazos
22c0893ec6
Update debug options in compilation errors ( #913 )
...
The flag for printing the IR after each pass is now prefixed with
"mlir". This commit updates the flag in the error reporting for the
compiler.
2022-06-07 10:55:54 -07:00
Sean Silva
075464fa74
Add a new `torch_mlir.compile` method.
...
This makes it much easier to convert models and hides all the
ClassAnnotator complexity.
This also adds a new example `torchscript_resnet18_all_output_types.py`
which shows the ResNet18 IR for all output types.
Also,
- This moves `run_pipeline_with_repro_report` to
`torch_mlir.compiler_utils`.
2022-04-20 10:06:01 -07:00