torch-mlir/python/torch_mlir/dialects
Henry Tu 3e9b1cbd36 Added JIT to MLIR lowering (#724)
* Added JIT to MLIR lowering

Lowering to JIT is performed in a way similar to how it's done in the TS LTC backend. After a jit::Graph is constructed, it gets converted to a jit::Function, which is fed into the existing utility to generate an MlirModule in torch-mlir.

* Renamed `csrc/backend` to `csrc/base_lazy_backend`
2022-07-30 09:40:02 -04:00
..
torch Added JIT to MLIR lowering (#724) 2022-07-30 09:40:02 -04:00
TorchBinding.td Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00