MLIR  19.0.0git
Public Attributes | List of all members
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. More...
 
highTileSize
 
lowTripCount
 Number of tiles associated with each size. More...
 
highTripCount
 

Detailed Description

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

Definition at line 798 of file Transforms.h.

Member Data Documentation

◆ highTileSize

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

Definition at line 800 of file Transforms.h.

◆ highTripCount

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

Definition at line 802 of file Transforms.h.

◆ lowTileSize

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

Tile sizes.

Definition at line 800 of file Transforms.h.

◆ lowTripCount

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

Number of tiles associated with each size.

Definition at line 802 of file Transforms.h.


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