This commit adds support for 0-D vectors in ReductionOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks, Guray! LGTM!
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td | ||
---|---|---|
270–271 | nit: split line? |
Comment Actions
LGTM conditioned on trimming unnecessary tests.
mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir | ||
---|---|---|
1120 | Can we add just 1 test ? The behavior you want to test here is already covered and replicating the same test for different elemental types is unnecessary. | |
mlir/test/Dialect/Vector/ops.mlir | ||
549 | same here re duplication plz |
nit: split line?