This was introduced before the Optional directive and uses Variadic, but
it's really optional.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159259
[mlir][vector] Use optional for outerproduct accumulator instead of variadic ClosedPublic Authored by c-rhodes on Aug 31 2023, 2:16 AM.
Details Summary This was introduced before the Optional directive and uses Variadic, but
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 31 2023, 6:32 AM This revision was landed with ongoing or failed builds.Aug 31 2023, 11:04 PM Closed by commit rG067bd7d0512b: [mlir][vector] Use optional for outerproduct accumulator instead of variadic (authored by c-rhodes). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 555267 mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/lib/Dialect/Vector/Transforms/LowerVectorContract.cpp
|