Add a FillOpInterface similar to the contraction and convolution op interfaces. The FillOpInterface is a preparation step to replace linalg.fill by its OpDSL version linalg.fill_tensor. The interface implements the value(), output(), and result() methods that by default are not available on linalg.fill_tensor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptMar 1 2022, 7:02 AM
gysit added a child revision: D120726: [mlir][OpDSL] Add support for adding canonicalization patterns..Mar 1 2022, 7:03 AM
This revision is now accepted and ready to land.Mar 8 2022, 5:49 AM
Closed by commit rGf4ae02afe7c4: [mlir][linalg] Add a FillOpInterface. (authored by gysit). · Explain WhyMar 8 2022, 7:48 AM
This revision was automatically updated to reflect the committed changes.