|
MLIR
22.0.0git
|
#include "mlir/Dialect/Func/IR/FuncOps.h"#include "mlir/Dialect/Vector/Transforms/VectorTransforms.h"#include "mlir/Pass/Pass.h"#include "mlir/Dialect/Vector/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::vector | |
Macros | |
| #define | GEN_PASS_DECL |
| #define | GEN_PASS_REGISTRATION |
| Generate the code for registering passes. More... | |
Functions | |
| std::unique_ptr< Pass > | mlir::vector::createLowerVectorMaskPass () |
Creates an instance of the vector.mask lowering pass. More... | |
| std::unique_ptr< Pass > | mlir::vector::createLowerVectorMultiReductionPass (VectorMultiReductionLowering option=VectorMultiReductionLowering::InnerParallel) |
Creates an instance of the vector.multi_reduction lowering pass. More... | |