This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Refactor isaContractionOpInterface and surrounding utils
ClosedPublic

Authored by nicolasvasilache on Jun 28 2023, 12:19 AM.

Details

Summary

This is almost NFC except for the fact that:

  • when multiple candidates are available we now return them in sorted order vs undetermined order previously
  • the type of the transform return is relaxed an a test is added for the case where the transform does not apply

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 12:19 AM
nicolasvasilache requested review of this revision.Jun 28 2023, 12:19 AM
nicolasvasilache retitled this revision from [mlir][Linalg] NFC - Refactor isaContractionOpInterface and surrounding utils to [mlir][Linalg] Refactor isaContractionOpInterface and surrounding utils.
nicolasvasilache edited the summary of this revision. (Show Details)

Update

springerm accepted this revision.Jun 28 2023, 3:10 AM
This revision is now accepted and ready to land.Jun 28 2023, 3:10 AM
This revision was landed with ongoing or failed builds.Jun 28 2023, 3:19 AM
This revision was automatically updated to reflect the committed changes.