mirror of https://github.com/llvm/torch-mlir
parent
1adc0f1661
commit
4bf34523d7
|
@ -16,6 +16,8 @@ The MLIR project is a novel approach to building reusable and extensible compile
|
|||
[Torch-MLIR](https://github.com/llvm/torch-mlir)
|
||||
Multiple Vendors use MLIR as the middle layer, mapping from platform frameworks like PyTorch, JAX, and TensorFlow into MLIR and then progressively lowering down to their target hardware. We have seen half a dozen custom lowerings from PyTorch to MLIR. Having canonical lowerings from the PyTorch ecosystem to the MLIR ecosystem would provide much needed relief to hardware vendors to focus on their unique value rather than implementing yet another PyTorch frontend for MLIR. The goal is to be similar to current hardware vendors adding LLVM target support instead of each one also implementing Clang / a C++ frontend.
|
||||
|
||||
[![Release Build](https://github.com/llvm/torch-mlir/actions/workflows/buildRelease.yml/badge.svg)](https://github.com/llvm/torch-mlir/actions/workflows/buildRelease.yml)
|
||||
|
||||
## All the roads from PyTorch to Torch MLIR Dialect
|
||||
|
||||
We have few paths to lower down to the Torch MLIR Dialect.
|
||||
|
|
Loading…
Reference in New Issue