Skip to content

Commit

Permalink
fix typos (NVIDIA#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-lau authored Aug 27, 2023
1 parent 7618e9b commit 6673df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cute/algorithm/gemm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <cute/atom/mma_atom.hpp>

/** The gemm algorithm takes four (or three) tensors and computes
* D += A * B + C
* D = A * B + C
* It dispatches based on the number of modes each tensor has:
*
* 1. `(V) x (V) => (V)`.
Expand Down

0 comments on commit 6673df0

Please sign in to comment.