MLIR
20.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 718 of file Transforms.h.
Value mlir::linalg::PromotionInfo::fullLocalView |
Definition at line 719 of file Transforms.h.
Value mlir::linalg::PromotionInfo::partialLocalView |
Definition at line 720 of file Transforms.h.