This patch adds check of supported reduction kind for ScanOp to avoid using and/or/xor for floating point type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123977
[mlir][Vector] Add check of supported reduction kind for ScanOp. ClosedPublic Authored by jacquesguan on Apr 18 2022, 8:46 PM.
Details Summary This patch adds check of supported reduction kind for ScanOp to avoid using and/or/xor for floating point type.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 19 2022, 4:48 AM Closed by commit rG61baf2ffa707: [mlir][Vector] Add check of supported reduction kind for ScanOp. (authored by jacquesguan). · Explain WhyApr 19 2022, 7:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423792 mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/test/Dialect/Vector/invalid.mlir
|