MLIR 22.0.0git
mlir::TilingResult Struct Reference

Container for result values of tiling. More...

#include "mlir/Interfaces/TilingInterface.h"

Public Attributes

SmallVector< Operation * > tiledOps
SmallVector< ValuetiledValues
SmallVector< Operation * > generatedSlices

Detailed Description

Container for result values of tiling.

  • tiledOps contains operations created by the tiling implementation that are returned to the caller for further transformations.
  • tiledValues contains the tiled value corresponding to the result of the untiled operation.
  • generatedSlices contains the list of slices that are generated during tiling. These slices can be used for fusing producers.

Definition at line 33 of file TilingInterface.h.

Member Data Documentation

◆ generatedSlices

SmallVector<Operation *> mlir::TilingResult::generatedSlices

Definition at line 36 of file TilingInterface.h.

◆ tiledOps

SmallVector<Operation *> mlir::TilingResult::tiledOps

Definition at line 34 of file TilingInterface.h.

◆ tiledValues

SmallVector<Value> mlir::TilingResult::tiledValues

Definition at line 35 of file TilingInterface.h.

Referenced by replaceForAllWithNewSignature().


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