MLIR  19.0.0git
List of all members
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. More...
 
Value highTileSize
 
Value lowTripCount
 Number of tiles associated with each size. More...
 
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 809 of file Transforms.h.


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