After https://reviews.llvm.org/D104109, structured ops support scalar inputs. As a result, the capture mechanism meant to pass non-shaped parameters got redundant. The patch removes the capture semantics after the FillOp migrated to use scalar operands https://reviews.llvm.org/D104121.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: shabalin, dcaballe, cota and 18 others. · View Herald TranscriptJun 23 2021, 7:57 AM
This revision is now accepted and ready to land.Jun 24 2021, 6:04 AM
This revision was landed with ongoing or failed builds.Jun 28 2021, 12:59 AM
Closed by commit rGbbf4436a82fe: [mlir][linalg] Remove the StructuredOp capture mechanism. (authored by gysit). · Explain Why
This revision was automatically updated to reflect the committed changes.