Skip to content

Commit 2390b74

Browse files
tetsuokbjacob
authored andcommitted
Fix documentation on OutputScalar in GemmWithOutputPipeline
1 parent 58825b1 commit 2390b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/public.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ being automatically deduced from function parameters:
5656

5757
* `InputScalar`: The scalar type of the LHS and RHS operands. At the moment,
5858
this must be `std::uint8_t`.
59-
* `OutputScalar`: The scalar type of the LHS and RHS operands. At the moment,
59+
* `OutputScalar`: The scalar type of the result. At the moment,
6060
this must be `std::uint8_t`.
6161
* `BitDepthParams`: Defines the bit format of the input and output matrices
6262
and the required accuracy of the computation. At the moment, the only

0 commit comments

Comments
 (0)