torch-mlir/include/npcomp/Backend/Common
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 npcomp-verify-backend-contract pass. 2021-04-20 12:00:35 -07:00
Passes.td Add npcomp-verify-backend-contract pass. 2021-04-20 12:00:35 -07:00
README.md Add npcomp-verify-backend-contract pass. 2021-04-20 12:00:35 -07:00

README.md

Common backend utilities

This directory contains passes/transformations/analyses/etc. that are relevant to the backend contract that npcomp targets, but otherwise independent of any particular backend.