This is an archive of the discontinued LLVM Phabricator instance.

Dyanamic shape support for memref reassociation reshape ops
ClosedPublic

Authored by cathyzhyi on Jul 16 2021, 12:27 PM.

Details

Summary

Only memref with identity layout map is supported for now.

Diff Detail

Event Timeline

cathyzhyi created this revision.Jul 16 2021, 12:27 PM
cathyzhyi requested review of this revision.Jul 16 2021, 12:27 PM

minor changes

mravishankar accepted this revision.Jul 19 2021, 11:30 AM

Looked at the dim calculations. Seems like a "copy" of what is done in Linalg proper, but to generate LLVM dialect values. So those look fine. Stamping this.

This revision is now accepted and ready to land.Jul 19 2021, 11:30 AM
This revision was automatically updated to reflect the committed changes.