torch-mlir/frontends/pytorch/python
Sean Silva 0c89296075 Shore up error reporting for TorchScript import.
This code was not exception safe -- it would leave an operation
unattached to anything, which breaks MLIR's C++ data structure
invariants (e.g. it cannot safely erase ops).

Also, print out both the exception and any diagnostics, since they can
both contain useful information.
2021-05-20 11:28:20 -07:00
..
torch_mlir Shore up error reporting for TorchScript import. 2021-05-20 11:28:20 -07:00
torch_mlir_utils/codegen Significantly restructure torch/aten import design. 2021-05-19 13:37:39 -07:00
CMakeLists.txt Create public API for torch_mlir python code. 2020-10-13 16:36:49 -07:00