[all-commits] [llvm/llvm-project] 6e81ea: [mlir][Vector] Support 0-D vectors in TransposeOp
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Aug 26 03:40:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e81eae2f767df99c46e2296a74a00e28716ccae
https://github.com/llvm/llvm-project/commit/6e81eae2f767df99c46e2296a74a00e28716ccae
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/ops.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-0-d-vectors.mlir
Log Message:
-----------
[mlir][Vector] Support 0-D vectors in TransposeOp
Co-authored-by: Michal Terepeta <michalt at google.com>
Reviewed-by: ftynse
Differential Revision: https://reviews.llvm.org/D115743
More information about the All-commits
mailing list