Fix typo in 0x_gemm_tutorial.md (#1035)

This commit is contained in:
lorenzo chelini
2023-08-17 16:52:20 +02:00
committed by GitHub
parent 7e5ee8b7bf
commit 3930f709ce

View File

@ -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.