This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Linalg] Account for the case where loop bounds depend on output shape.
AbandonedPublic

Authored by mravishankar on Dec 13 2020, 9:26 AM.

Details

Summary

Depends On D93076

Diff Detail

Unit TestsFailed

Event Timeline

mravishankar created this revision.Dec 13 2020, 9:26 AM
mravishankar requested review of this revision.Dec 13 2020, 9:26 AM

Rebase. This might not be necessary after
https://llvm.discourse.group/t/linalg-and-shapes/2421 is resolved.

pifon2a accepted this revision.Dec 17 2020, 9:46 AM
This revision is now accepted and ready to land.Dec 17 2020, 9:46 AM
hanchung added inline comments.
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
74

no need for template and use auto

mravishankar abandoned this revision.Dec 26 2020, 1:06 PM

Dont need this anymore. Abondoning.