Skip to content

Commit

Permalink
[mlir][vector][nfc] Remove redundant "`"
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Dec 2, 2024
1 parent ede5709 commit fe1c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ def Vector_FMAOp :
let summary = "vector fused multiply-add";
let description = [{
Multiply-add expressions operate on n-D vectors and compute a fused
pointwise multiply-and-accumulate: `$result = `$lhs * $rhs + $acc`.
pointwise multiply-and-accumulate: `$result = $lhs * $rhs + $acc`.
All operands and result have the same vector type. The semantics
of the operation correspond to those of the `llvm.fma`
[intrinsic](https://llvm.org/docs/LangRef.html#int-fma). In the
Expand Down

0 comments on commit fe1c4f0

Please sign in to comment.