Support for tensor types in the unrolled version will follow in a separate commit.
Add a new pass option to activate lowering of transfer ops with tensor types (default: deactivated).
Paths
| Differential D102666
[mlir] Support tensor types in non-unrolled VectorToSCF ClosedPublic Authored by springerm on May 17 2021, 10:17 PM.
Details Summary Support for tensor types in the unrolled version will follow in a separate commit. Add a new pass option to activate lowering of transfer ops with tensor types (default: deactivated).
Diff Detail
Event Timelinespringerm added a child revision: D102668: [mlir] Support tensor types in unrolled VectorToSCF.May 17 2021, 11:18 PM This revision is now accepted and ready to land.Jun 1 2021, 1:23 AM This revision was landed with ongoing or failed builds.Jun 1 2021, 6:38 PM Closed by commit rG558e74017068: [mlir] Support tensor types in non-unrolled VectorToSCF (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 346053 mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
mlir/test/Conversion/VectorToSCF/tensor-transfer-ops.mlir
|