mirror of https://github.com/llvm/torch-mlir
7731211d02
This was an experimental attempt at rolling out own op-by-op executor with `__torch_dispatch__`, but it proved difficult to make it robust. Op-by-op execution is very easy to implement robustly now with the PyTorch 2.0 stack, so we don't need eager_mode. Downstream users were using eager_mode to implement lockstep numerical accuracy debuggers. We implemented the same functionality with TorchDynamo in https://github.com/llvm/torch-mlir/pull/1681 so now there is not much reason to continue maintaining it. |
||
---|---|---|
.. | ||
ltc_backend_bert.py | ||
ltc_backend_mnist.py | ||
torchdynamo_resnet18.py | ||
torchscript_mhlo_backend_resnet.py | ||
torchscript_mhlo_backend_tinybert.py | ||
torchscript_resnet18.py | ||
torchscript_resnet18_all_output_types.py | ||
torchscript_resnet_inference.ipynb |