[all-commits] [llvm/llvm-project] 067bd7: [mlir][vector] Use optional for outerproduct accum...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Thu Aug 31 23:04:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 067bd7d0512be3b4c0ad307ad6855da021194269
https://github.com/llvm/llvm-project/commit/067bd7d0512be3b4c0ad307ad6855da021194269
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2023-09-01 (Fri, 01 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
Log Message:
-----------
[mlir][vector] Use optional for outerproduct accumulator instead of variadic
This was introduced before the Optional directive and uses Variadic, but
it's really optional.
Reviewed By: nicolasvasilache, benmxwl-arm, dcaballe
Differential Revision: https://reviews.llvm.org/D159259
More information about the All-commits
mailing list