MLIR
21.0.0git
|
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/Tensor/IR/Tensor.h"
#include "mlir/Dialect/Tensor/Transforms/Transforms.h"
#include "mlir/Dialect/Utils/IndexingUtils.h"
#include "mlir/IR/PatternMatch.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::linalg | |
Functions | |
void | mlir::linalg::populateFoldIntoPackAndUnpackPatterns (RewritePatternSet &patterns) |
Populates patterns with patterns that fold operations like tensor.pad and tensor.extract_slice into tensor.pack and tensor.unpack operations respectively. More... | |
void | mlir::linalg::populateSimplifyPackAndUnpackPatterns (RewritePatternSet &patterns) |
Populates patterns with patterns that simplify tensor.pack and tensor.unpack operations. More... | |
void | mlir::linalg::populateFoldPackUnpackIntoTensorEmptyPatterns (RewritePatternSet &patterns) |
Populates patterns with patterns that fold operations like linalg.pack and linalg.unpack into tensor.empty . More... | |