Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xadupre committed Jun 27, 2024
1 parent 0a2cac8 commit 6710e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/cuda/add_mul.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ struct AddAndMul {
* A[1, J] + B[I, J] is supported,
* A[1, J, 1] + B[I, J, K] is not supported,
*
* If negative is true, then the output is transposed, then
* If negative is true, then
* SubAndMul(A, B, C, negative=1) = (B - A) * C
*/
template <typename T, bool subtract_first>
Expand Down

0 comments on commit 6710e81

Please sign in to comment.