This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add switch to disable/enable vector transfer lowering.
ClosedPublic

Authored by gysit on Oct 12 2021, 7:51 AM.

Details

Summary

Add a switch to code gen strategy to disable/enable the vector transfer lowering and disable it by default.

Diff Detail

Event Timeline

gysit created this revision.Oct 12 2021, 7:51 AM
gysit requested review of this revision.Oct 12 2021, 7:51 AM
nicolasvasilache accepted this revision.Oct 12 2021, 7:57 AM

this should be active by default, clients who need to disable it can.

This revision is now accepted and ready to land.Oct 12 2021, 7:57 AM
This revision was landed with ongoing or failed builds.Oct 12 2021, 8:06 AM
This revision was automatically updated to reflect the committed changes.