torch-mlir/include/npcomp/Backend/IREE
Sean Silva 544cb4ef54 Bump llvm-project to 484b6648fdd4b104eaf7a2504dd07b60af2c9f8d
- add_mlir_doc arg order
- fix some dependent dialects on passes that were now causing errors
- "encoding" attribute on mlirRankedTensorTypeGetChecked
2021-04-22 18:12:55 -07:00
..
CMakeLists.txt Bump llvm-project to 484b6648fdd4b104eaf7a2504dd07b60af2c9f8d 2021-04-22 18:12:55 -07:00
Passes.h Add support for compiling through IREE. 2021-04-09 13:15:07 -07:00
Passes.td Add support for compiling through IREE. 2021-04-09 13:15:07 -07:00
README.md Add support for compiling through IREE. 2021-04-09 13:15:07 -07:00

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.