Skip to content

Commit c5dafd1

Browse files
authored
[mlir][vector] Clean up outerproduct docs. NFC. (#70824)
Remove outdated content. Suggested by @dcaballe in #70673.
1 parent 9191738 commit c5dafd1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -942,10 +942,7 @@ def Vector_OuterProductOp :
942942

943943
An optional kind attribute may be specified to be: `add`/`mul`/`minsi`
944944
/`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`).
945+
/`minf`/`maxf`/`minimumf`/`maximumf` for floats. The default is `add`.
949946

950947
Example:
951948

0 commit comments

Comments
 (0)