diff --git a/include/cute/algorithm/gemm.hpp b/include/cute/algorithm/gemm.hpp index 329a1fe7..44a0f7d4 100644 --- a/include/cute/algorithm/gemm.hpp +++ b/include/cute/algorithm/gemm.hpp @@ -40,7 +40,7 @@ #include /** 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)`.