Co-authored-by: Michal Terepeta <michalt@google.com>
Reviewed-by: ftynse
Paths
| Differential D115743
[mlir][Vector] Support 0-D vectors in TransposeOp ClosedPublic Authored by nicolasvasilache on Dec 14 2021, 10:23 AM.
Details Summary Co-authored-by: Michal Terepeta <michalt@google.com> Reviewed-by: ftynse
Diff Detail
Event Timelinemichalt added a child revision: D115744: [mlir][Vector] Support 0-D vectors in ShuffleOp.Dec 14 2021, 10:24 AM This revision is now accepted and ready to land.Dec 20 2021, 5:16 AM This revision was landed with ongoing or failed builds.Aug 26 2022, 3:40 AM Closed by commit rG6e81eae2f767: [mlir][Vector] Support 0-D vectors in TransposeOp (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 455853 mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
mlir/test/Dialect/Vector/invalid.mlir
mlir/test/Dialect/Vector/ops.mlir
mlir/test/Integration/Dialect/Vector/CPU/test-0-d-vectors.mlir
|
Nit: I find this error message quite cryptic -- what is "1"? Expected rank? Actual rank? Of what? I see that it is not introduced by this patch, but if you can fix that in a separate follow-up, it would be appreciated.