[PATCH] D74370: [mlir] [VectorOps] Implement vector.reduce operation

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 17:24:44 PST 2020


rriddle added inline comments.


================
Comment at: mlir/include/mlir/Dialect/VectorOps/VectorOps.td:203
+    ```
+      %1 = vector.reduction "add", %0 : vector<16xf32>
+
----------------
Looks like you are missing the `into type` on these examples.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74370/new/

https://reviews.llvm.org/D74370





More information about the llvm-commits mailing list