This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Implement RegionBranchOpInterface and fix memory effects
ClosedPublic

Authored by springerm on Mar 16 2022, 6:19 AM.

Details

Summary
  • Implement RegionBranchOpInterface: The op has a region, but it is conceptually not entered. The region just describes the semantics of the (monolithic) op.
  • Linalg structured ops do not allocate memory.

Diff Detail

Event Timeline

springerm created this revision.Mar 16 2022, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 6:19 AM
springerm requested review of this revision.Mar 16 2022, 6:19 AM
nicolasvasilache accepted this revision.Mar 16 2022, 6:37 AM

Thanks for the fix!

This revision is now accepted and ready to land.Mar 16 2022, 6:37 AM
This revision was landed with ongoing or failed builds.Mar 16 2022, 6:46 AM
This revision was automatically updated to reflect the committed changes.