MLIR  19.0.0git
Public Attributes | List of all members
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 217 of file Utils.h.

Member Data Documentation

◆ fusedProducer

LinalgOp mlir::linalg::FusionInfo::fusedProducer

Definition at line 219 of file Utils.h.

◆ originalProducer

LinalgOp mlir::linalg::FusionInfo::originalProducer

Definition at line 218 of file Utils.h.


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