MLIR
20.0.0git
|
A description of a multi-size tiling comprising tile sizes and numbers of tiles, expressed as Values which may or may not be constant. More...
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
Additional Inherited Members | |
Public Attributes inherited from mlir::linalg::detail::MultiSizeSpecificationBase< Value > | |
Value | lowTileSize |
Tile sizes. More... | |
Value | highTileSize |
Value | lowTripCount |
Number of tiles associated with each size. More... | |
Value | highTripCount |
A description of a multi-size tiling comprising tile sizes and numbers of tiles, expressed as Values which may or may not be constant.
Multi-size currently means two-size.
Definition at line 837 of file Transforms.h.