[all-commits] [llvm/llvm-project] ab45a4: [mlir][Vector] Support 0-D vectors in FMAOp
Michal Terepeta via All-commits
all-commits at lists.llvm.org
Wed Aug 24 08:50:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab45a4329bbf6f80a14d16dcdeef79beff6653ec
https://github.com/llvm/llvm-project/commit/ab45a4329bbf6f80a14d16dcdeef79beff6653ec
Author: Michal Terepeta <michalt at google.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.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 FMAOp
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D115742
More information about the All-commits
mailing list