mirror of https://github.com/llvm/torch-mlir
[Arch] Remove torch_dispatch frontend and move figure to docs/ dir (#1372)
Addresses leftover comment from earlier PRs: #1254 , #1265 to remove `torch_dispatch` frontend. In addition, moves the main arch diagram into `docs/` directory for consistency.pull/1368/head snapshot-20220915.597
parent
9111b9ab21
commit
e749831434
|
@ -22,7 +22,7 @@ Multiple Vendors use MLIR as the middle layer, mapping from platform frameworks
|
|||
|
||||
We have few paths to lower down to the Torch MLIR Dialect.
|
||||
|
||||
![Torch Lowering Architectures](Torch-MLIR.png)
|
||||
![Torch Lowering Architectures](docs/Torch-MLIR.png)
|
||||
|
||||
- TorchScript
|
||||
This is the most tested path down to Torch MLIR Dialect, and the PyTorch ecosystem is converging on using TorchScript IR as a lingua franca.
|
||||
|
|
BIN
Torch-MLIR.png
BIN
Torch-MLIR.png
Binary file not shown.
Before Width: | Height: | Size: 285 KiB |
File diff suppressed because it is too large
Load Diff
Binary file not shown.
After Width: | Height: | Size: 262 KiB |
Loading…
Reference in New Issue