Skip to content

Commit

Permalink
[torch-mlir] add MPACT as an example torch-mlir based compiler (#3928)
Browse files Browse the repository at this point in the history
Rationale:
In addition to IREE and Blade, MPACT provides an MLIR-based example of a
PyTorch compiler that uses TORCH-MLIR. It also illustrates propagating
sparsity from sparse PyTorch into MLIR, a feature that is not widespread
in DL compilers yet.
  • Loading branch information
aartbik authored Dec 19, 2024
1 parent 51da49c commit 2f8dbca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Torch-MLIR is primarily a project that is integrated into compilers to bridge th

* [IREE](https://github.com/iree-org/iree.git)
* [Blade](https://github.com/alibaba/BladeDISC)
* [MPACT](https://github.com/MPACT-ORG/mpact-compiler)

While most of the project is exercised via testing paths, there are some ways that an end user can directly use the APIs without further integration:

Expand Down

0 comments on commit 2f8dbca

Please sign in to comment.