From 3930f709ce01ada61b7d7a57935b5503ab72f1ed Mon Sep 17 00:00:00 2001 From: lorenzo chelini Date: Thu, 17 Aug 2023 16:52:20 +0200 Subject: [PATCH] Fix typo in `0x_gemm_tutorial.md` (#1035) --- media/docs/cute/0x_gemm_tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.