We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9191738 commit c5dafd1Copy full SHA for c5dafd1
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -942,10 +942,7 @@ def Vector_OuterProductOp :
942
943
An optional kind attribute may be specified to be: `add`/`mul`/`minsi`
944
/`minui`/`maxsi`/`maxui`/`and`/`or`/`xor` for integers, and `add`/`mul`
945
- /`minf`/`maxf`/`minimumf`/`maximumf` for floats.
946
- The default is `add`, in which case the operation returns a fused
947
- multiply-add. In other cases it returns a multiply followed by the
948
- appropriate operation (for example, a compare and select for `maxf`).
+ /`minf`/`maxf`/`minimumf`/`maximumf` for floats. The default is `add`.
949
950
Example:
951
0 commit comments