llvm-project
4a4b233f - [mlir][linalg] Improve getPreservedProducerResults estimation in ElementwiseOpFusion (#104409)

Commit
1 year ago
[mlir][linalg] Improve getPreservedProducerResults estimation in ElementwiseOpFusion (#104409) This commit changes the getPreservedProducerResults function so that it takes the consumer into account along with the producer, in order to predict which of the producer’s outputs can be dropped during the fusion process. It provides a more accurate prediction, considering that the fusion process also depends on the consumer.
Author
Parents
Loading