This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Make Fill operation work on tensors.
ClosedPublic

Authored by mravishankar on Jan 21 2021, 11:05 AM.

Details

Reviewers
nicolasvasilache
Summary

Depends on D95109

Diff Detail

Event Timeline

mravishankar created this revision.Jan 21 2021, 11:05 AM
mravishankar requested review of this revision.Jan 21 2021, 11:05 AM

Adding test for tiling of fill op on tensor

nicolasvasilache accepted this revision.Jan 21 2021, 1:33 PM
This revision is now accepted and ready to land.Jan 21 2021, 1:33 PM
rriddle added inline comments.Jan 21 2021, 1:34 PM
mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
179

Rebase and adress comments

mravishankar marked an inline comment as done.Jan 22 2021, 1:06 PM