Use SCF for loops instead of Affine for loops.
Depends On D101007
Paths
| Differential D101013
[mlir] Use SCF for loops in ProgressiveVectorToSCF ClosedPublic Authored by springerm on Apr 21 2021, 7:33 PM.
Details
Diff Detail
Event Timelinespringerm added a child revision: D101019: [mlir] Support broadcast dimensions in ProgressiveVectorToSCF.Apr 21 2021, 10:07 PM This revision is now accepted and ready to land.Apr 22 2021, 11:46 PM This revision was landed with ongoing or failed builds.Apr 23 2021, 1:54 AM Closed by commit rGf6a3e92e0a19: [mlir] Use SCF for loops in ProgressiveVectorToSCF (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions
There are currently no tests that check for generated ops. Only integration tests. So no need to update tests.
Revision Contents
Diff 339871 mlir/lib/Conversion/VectorToSCF/ProgressiveVectorToSCF.cpp
|