|
MLIR 22.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. | |
| Value | highTileSize |
| Value | lowTripCount |
| Number of tiles associated with each size. | |
| 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 968 of file Transforms.h.