MLIR 22.0.0git
mlir::linalg::MultiSizeSpecification Struct Reference

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"

Inheritance diagram for mlir::linalg::MultiSizeSpecification:

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

Detailed Description

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.


The documentation for this struct was generated from the following file: