MLIR  19.0.0git
Public Attributes | List of all members
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 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 707 of file Transforms.h.

Member Data Documentation

◆ fullLocalView

Value mlir::linalg::PromotionInfo::fullLocalView

Definition at line 708 of file Transforms.h.

◆ partialLocalView

Value mlir::linalg::PromotionInfo::partialLocalView

Definition at line 709 of file Transforms.h.


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