MLIR
21.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 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 811 of file Transforms.h.
Value mlir::linalg::PromotionInfo::fullLocalView |
Definition at line 812 of file Transforms.h.
Value mlir::linalg::PromotionInfo::partialLocalView |
Definition at line 813 of file Transforms.h.