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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.