torch-mlir/python/test
Sean Silva 6d8e7f1bb1 Implement Python relayout from #311
Fixes https://github.com/llvm/mlir-npcomp/issues/311

The key change is that TorchPlugin is folded into
`torch_mlir.dialects.torch.importer.jit_ir` (it imports the PyTorch
JIT's IR, so that's a good, scoped name for it).
The CMake option `-DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=OFF` disables it,
which allows building without a PyTorch native dependency.
2021-09-21 09:29:40 -07:00
..
torchscript_e2e_test Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
CMakeLists.txt Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00
annotations-sugar.py Implement Python relayout from #311 2021-09-21 09:29:40 -07:00
lit.cfg.py Implement Python relayout from #311 2021-09-21 09:29:40 -07:00
lit.site.cfg.py.in Remove frontends/pytorch directory. 2021-09-17 09:27:49 -07:00