MLIR 22.0.0git
mlir::linalg::detail::MultiSizeSpecificationBase< T > Struct Template Reference

#include "mlir/Dialect/Linalg/Transforms/Transforms.h"

Inheritance diagram for mlir::linalg::detail::MultiSizeSpecificationBase< T >:

Public Attributes

lowTileSize
 Tile sizes.
highTileSize
lowTripCount
 Number of tiles associated with each size.
highTripCount

Detailed Description

template<typename T>
struct mlir::linalg::detail::MultiSizeSpecificationBase< T >

Definition at line 948 of file Transforms.h.

Member Data Documentation

◆ highTileSize

template<typename T>
T mlir::linalg::detail::MultiSizeSpecificationBase< T >::highTileSize

Definition at line 950 of file Transforms.h.

Referenced by mlir::linalg::computeStaticMultiTileSizes().

◆ highTripCount

template<typename T>
T mlir::linalg::detail::MultiSizeSpecificationBase< T >::highTripCount

Definition at line 952 of file Transforms.h.

Referenced by mlir::linalg::computeStaticMultiTileSizes().

◆ lowTileSize

template<typename T>
T mlir::linalg::detail::MultiSizeSpecificationBase< T >::lowTileSize

Tile sizes.

Definition at line 950 of file Transforms.h.

Referenced by mlir::linalg::computeMultiTileSizes(), and mlir::linalg::computeStaticMultiTileSizes().

◆ lowTripCount

template<typename T>
T mlir::linalg::detail::MultiSizeSpecificationBase< T >::lowTripCount

Number of tiles associated with each size.

Definition at line 952 of file Transforms.h.

Referenced by mlir::linalg::computeStaticMultiTileSizes().


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