Skip to content

Commit 51670bd

Browse files
Update ggml/src/ggml-cuda/mma.cuh
Co-authored-by: Diego Devesa <[email protected]>
1 parent 37910e4 commit 51670bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/mma.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// The functions get_i, get_j, and get_k can be used to get the physical 32 bit index of the lth element of a thread within a tile.
1212
// All matrix tiles have ne physical 32 bit elements per warp.
1313
//
14-
// As desribted in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes.
14+
// As described in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes.
1515

1616
#include "common.cuh"
1717

0 commit comments

Comments
 (0)