Skip to content

Commit 6710e81

Browse files
committed
fix documentation
1 parent 0a2cac8 commit 6710e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/cuda/add_mul.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ struct AddAndMul {
190190
* A[1, J] + B[I, J] is supported,
191191
* A[1, J, 1] + B[I, J, K] is not supported,
192192
*
193-
* If negative is true, then the output is transposed, then
193+
* If negative is true, then
194194
* SubAndMul(A, B, C, negative=1) = (B - A) * C
195195
*/
196196
template <typename T, bool subtract_first>

0 commit comments

Comments
 (0)