diff --git a/media/docs/cute/0x_gemm_tutorial.md b/media/docs/cute/0x_gemm_tutorial.md index 102010bb..17cccbf8 100644 --- a/media/docs/cute/0x_gemm_tutorial.md +++ b/media/docs/cute/0x_gemm_tutorial.md @@ -636,7 +636,7 @@ For example, the explains what to do if a matrix tiling doesn't perfectly divide the matrix. -### Implement GEMM as generalized tensor constraction (GETT) +### Implement GEMM as generalized tensor contraction (GETT) "GETT" here stands for "general(ized) tensor times tensor," a tensor contraction.