[all-commits] [llvm/llvm-project] 7e65fc: [mlir][Vector] Support 0-D vectors in `BroadcastOp`
Michal Terepeta via All-commits
all-commits at lists.llvm.org
Fri Nov 26 09:20:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e65fc9a6009ba3297cbca7dc2bffdb0346d158e
https://github.com/llvm/llvm-project/commit/7e65fc9a6009ba3297cbca7dc2bffdb0346d158e
Author: Michal Terepeta <michalt at google.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
M mlir/test/Integration/Dialect/Vector/CPU/test-0-d-vectors.mlir
Log Message:
-----------
[mlir][Vector] Support 0-D vectors in `BroadcastOp`
This changes the op to produce `AnyVectorOfAnyRank` following mostly the code for 1-D vectors.
Depends On D114598
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D114550
More information about the All-commits
mailing list