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

Create a new buffer using the allocationFn provided. More...

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

Public Attributes

Value fullLocalView
Value partialLocalView

Detailed Description

Create a new buffer using the allocationFn provided.

The size of this buffer is either the original subview size when 'useOriginalSubviewSize' is set to true or the smallest constant bounding size along each dimension that can be computed for the size of the result of subView. Returns the allocated buffer as fullLocalView and the view that matches the size of the result of subview operation as partialLocalView.

Definition at line 838 of file Transforms.h.

Member Data Documentation

◆ fullLocalView

Value mlir::linalg::PromotionInfo::fullLocalView

Definition at line 839 of file Transforms.h.

◆ partialLocalView

Value mlir::linalg::PromotionInfo::partialLocalView

Definition at line 840 of file Transforms.h.


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