This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add new builders to linalg.reshape.
ClosedPublic

Authored by pifon2a on Jun 11 2020, 2:49 AM.

Diff Detail

Event Timeline

pifon2a created this revision.Jun 11 2020, 2:49 AM
nicolasvasilache accepted this revision.Jun 11 2020, 3:15 AM

Thanks for the cleanup!

This revision is now accepted and ready to land.Jun 11 2020, 3:15 AM
nicolasvasilache requested changes to this revision.Jun 11 2020, 3:43 AM
nicolasvasilache added inline comments.
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
507

Indices (no i) here and everywhere please.

This revision now requires changes to proceed.Jun 11 2020, 3:43 AM
pifon2a accepted this revision.Jun 11 2020, 4:10 AM
pifon2a marked an inline comment as done.
pifon2a added inline comments.
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
507
This revision was not accepted when it landed; it landed in state Needs Revision.Jun 11 2020, 4:14 AM
This revision was automatically updated to reflect the committed changes.