MLIR
20.0.0git
|
A struct containing the Linalg producer before and after fusion. More...
#include "mlir/Dialect/Linalg/Utils/Utils.h"
Public Attributes | |
LinalgOp | originalProducer |
LinalgOp | fusedProducer |
A struct containing the Linalg producer before and after fusion.
When operating on tensors, fusedProducer
may feed into a tensor.cast
op before the consumer Linalg op, until enough canonicalizations have applied.