MLIR
20.0.0git
|
#include "mlir/Dialect/Mesh/Interfaces/ShardingInterfaceImpl.h"
Public Member Functions | |
SmallVector< utils::IteratorType > | getLoopIteratorTypes (Operation *operation) const |
SmallVector< AffineMap > | getIndexingMaps (Operation *op) const |
LogicalResult | spmdize (Operation *op, ArrayRef< Value > spmdizedOperands, ArrayRef< MeshSharding > operandShardings, ArrayRef< MeshSharding > resultShardings, IRMapping &spmdizationMap, SymbolTableCollection &symbolTable, OpBuilder &builder) const |
Definition at line 56 of file ShardingInterfaceImpl.h.
|
inline |
Definition at line 71 of file ShardingInterfaceImpl.h.
|
inline |
Definition at line 60 of file ShardingInterfaceImpl.h.
References mlir::Operation::getOperandTypes(), and mlir::Operation::getResultTypes().
|
inline |
Definition at line 76 of file ShardingInterfaceImpl.h.
References mlir::mesh::spmdizeTriviallyShardableOperation().