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 ede5709 commit fe1c4f0Copy full SHA for fe1c4f0
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -760,7 +760,7 @@ def Vector_FMAOp :
760
let summary = "vector fused multiply-add";
761
let description = [{
762
Multiply-add expressions operate on n-D vectors and compute a fused
763
- pointwise multiply-and-accumulate: `$result = `$lhs * $rhs + $acc`.
+ pointwise multiply-and-accumulate: `$result = $lhs * $rhs + $acc`.
764
All operands and result have the same vector type. The semantics
765
of the operation correspond to those of the `llvm.fma`
766
[intrinsic](https://llvm.org/docs/LangRef.html#int-fma). In the
0 commit comments