This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Skip scalar operands when tiling to linalg.tiled_loop.
ClosedPublic

Authored by pifon2a on Jun 28 2021, 1:20 PM.

Details

Summary

We are interested only in tensors/memrefs when creating a TiledLoopOp.

Diff Detail

Event Timeline

pifon2a created this revision.Jun 28 2021, 1:20 PM
pifon2a requested review of this revision.Jun 28 2021, 1:20 PM
ThomasRaoux accepted this revision.Jun 28 2021, 1:29 PM

Thanks!

This revision is now accepted and ready to land.Jun 28 2021, 1:29 PM
This revision was landed with ongoing or failed builds.Jun 28 2021, 2:01 PM
This revision was automatically updated to reflect the committed changes.