[Mlir-commits] [mlir] [mlir][vector] Clean up outerproduct docs. NFC. (PR #70824)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 31 09:36:41 PDT 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Jakub Kuderski (kuhar)

<details>
<summary>Changes</summary>

Remove outdated content.
Suggested by @<!-- -->dcaballe in https://github.com/llvm/llvm-project/pull/70673.

---
Full diff: https://github.com/llvm/llvm-project/pull/70824.diff


1 Files Affected:

- (modified) mlir/include/mlir/Dialect/Vector/IR/VectorOps.td (+1-4) 


``````````diff
diff --git a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
index 62ae300b3cdc8da..e6189bce88f522b 100644
--- a/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
+++ b/mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -942,10 +942,7 @@ def Vector_OuterProductOp :
 
     An optional kind attribute may be specified to be: `add`/`mul`/`minsi`
     /`minui`/`maxsi`/`maxui`/`and`/`or`/`xor` for integers, and `add`/`mul`
-    /`minf`/`maxf`/`minimumf`/`maximumf` for floats.
-    The default is `add`, in which case the operation returns a fused
-    multiply-add. In other cases it returns a multiply followed by the
-    appropriate operation (for example, a compare and select for `maxf`).
+    /`minf`/`maxf`/`minimumf`/`maximumf` for floats. The default is `add`.
 
     Example:
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/70824


More information about the Mlir-commits mailing list