MLIR
20.0.0git
|
#include "mlir/Dialect/Mesh/IR/MeshOps.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/Value.h"
#include "mlir/Support/LLVM.h"
#include "llvm/ADT/ArrayRef.h"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::mesh | |
Functions | |
void | mlir::mesh::populateProcessMultiIndexOpLoweringPatterns (RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) |
void | mlir::mesh::registerProcessMultiIndexOpLoweringDialects (DialectRegistry ®istry) |
void | mlir::mesh::populateAllSliceOpLoweringPatterns (RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) |
void | mlir::mesh::registerAllSliceOpLoweringDialects (DialectRegistry ®istry) |
void | mlir::mesh::populateAllOpLoweringPatterns (RewritePatternSet &patterns, SymbolTableCollection &symbolTableCollection) |
void | mlir::mesh::registerAllOpLoweringDialects (DialectRegistry ®istry) |
TypedValue< IndexType > | mlir::mesh::createCollectiveProcessGroupSize (MeshOp mesh, ArrayRef< MeshAxis > axes, ImplicitLocOpBuilder &builder) |
TypedValue< IndexType > | mlir::mesh::createProcessLinearIndex (StringRef mesh, ArrayRef< MeshAxis > meshAxes, ImplicitLocOpBuilder &builder) |