mirror of https://github.com/llvm/torch-mlir
544cb4ef54
- add_mlir_doc arg order - fix some dependent dialects on passes that were now causing errors - "encoding" attribute on mlirRankedTensorTypeGetChecked |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Passes.h | ||
Passes.td | ||
README.md |
README.md
IREE Backend
Passes/utilities for preparing input to IREE.
For now, this directory doesn't have a C++-level dependency on IREE, since
it only performs a trivial transformation. Eventually, if lowering
nontrivial constructs to IREE (such as a list type to !iree.list
),
we will need to take that dependency, and it will be isolated to this directory.