[all-commits] [llvm/llvm-project] 85882e: [mlir][Vector] Support 0-D vectors in ReductionOp
Guray Ozen via All-commits
all-commits at lists.llvm.org
Thu Aug 18 02:13:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85882e7d64bdec697706ddf7ec41fd94add547f7
https://github.com/llvm/llvm-project/commit/85882e7d64bdec697706ddf7ec41fd94add547f7
Author: Güray Özen <gurayozen at google.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.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 ReductionOp
This commit adds support for 0-D vectors in ReductionOp.
Reviewed By: nicolasvasilache, dcaballe
Differential Revision: https://reviews.llvm.org/D131896
More information about the All-commits
mailing list