Skip to content

Commit

Permalink
fix typos (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
reed-lau authored and ttl10101 committed Feb 7, 2024
1 parent 41f483c commit f9f5f4e
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 f9f5f4e

Please sign in to comment.