This new operation operates on 1-D vectors and
forms the bridge between vector.contract and
llvm intrinsics for vector reductions.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/VectorOps/VectorOps.td | ||
---|---|---|
203 | Looks like you are missing the into type on these examples. |
mlir/include/mlir/Dialect/VectorOps/VectorOps.td | ||
---|---|---|
203 | Good eye! Thanks for noticing. |
mlir/include/mlir/Dialect/VectorOps/VectorOps.td | ||
---|---|---|
210 | Yes, at the moment that would make sense to get more concise syntax. In the longer run, we may want to add mixed type versions (e.g. i32 = reduce_max_index f32) where having the type may be more useful. | |
mlir/test/Dialect/VectorOps/invalid.mlir | ||
998 | Ha! Joho has been my "scratch" word since my very first computer (files names joho are always temporary, invalid syntax is shown with a joho keyword!) |
Looks like you are missing the into type on these examples.