Skip to content

Commit 2f8dbca

Browse files
authored
[torch-mlir] add MPACT as an example torch-mlir based compiler (llvm#3928)
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.
1 parent 51da49c commit 2f8dbca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Torch-MLIR is primarily a project that is integrated into compilers to bridge th
6060

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

6465
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:
6566

0 commit comments

Comments
 (0)