MLIR 22.0.0git
mlir::linalg::FusionInfo Struct Reference

A struct containing the Linalg producer before and after fusion. More...

#include "mlir/Dialect/Linalg/Utils/Utils.h"

Public Attributes

LinalgOp originalProducer
LinalgOp fusedProducer

Detailed Description

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.

Definition at line 236 of file Utils.h.

Member Data Documentation

◆ fusedProducer

LinalgOp mlir::linalg::FusionInfo::fusedProducer

Definition at line 238 of file Utils.h.

◆ originalProducer

LinalgOp mlir::linalg::FusionInfo::originalProducer

Definition at line 237 of file Utils.h.


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