[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
Sambhav Jain 2022-09-14 23:00:38 -07:00 committed by GitHub
parent 9111b9ab21
commit e749831434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 256 additions and 494 deletions

View File

@ -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.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

File diff suppressed because it is too large Load Diff

BIN
docs/Torch-MLIR.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB