This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] NFC: Minor refactoring to make the code structure consitent.
ClosedPublic

Authored by mravishankar on Oct 11 2020, 1:42 AM.

Details

Reviewers
nicolasvasilache
Summary

Refactor the class that implements the fusion on tensor ops (that
contains only static methods) as separate static functions.

Depends On D89201

Diff Detail

Event Timeline

mravishankar created this revision.Oct 11 2020, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2020, 1:42 AM
mravishankar requested review of this revision.Oct 11 2020, 1:42 AM
This revision is now accepted and ready to land.Oct 12 2020, 12:36 AM
mravishankar closed this revision.Oct 14 2020, 2:10 PM

Has been folded into the commit rGde2568aab819: [mlir][Linalg] Rethink fusion of linalg ops with reshape ops.