This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tensor][bufferize] Lower tensor.generate to linalg.map
ClosedPublic

Authored by springerm on Oct 26 2022, 7:14 AM.

Details

Summary

There is no memref equivalent of tensor.generate. The purpose of this change is to avoid creating scf.parallel loops during bufferization.

Diff Detail

Event Timeline

springerm created this revision.Oct 26 2022, 7:14 AM
springerm requested review of this revision.Oct 26 2022, 7:14 AM
pifon2a accepted this revision.Oct 26 2022, 8:32 AM
This revision is now accepted and ready to land.Oct 26 2022, 8:32 AM
This revision was landed with ongoing or failed builds.Oct 27 2022, 3:03 AM
This revision was automatically updated to reflect the committed changes.