MLIR
18.0.0git
|
Create a new buffer using the allocationFn
provided.
More...
#include "mlir/Dialect/Linalg/Transforms/Transforms.h"
Public Attributes | |
Value | fullLocalView |
Value | partialLocalView |
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 700 of file Transforms.h.
Value mlir::linalg::PromotionInfo::fullLocalView |
Definition at line 701 of file Transforms.h.
Value mlir::linalg::PromotionInfo::partialLocalView |
Definition at line 702 of file Transforms.h.