We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37910e4 commit 51670bdCopy full SHA for 51670bd
ggml/src/ggml-cuda/mma.cuh
@@ -11,7 +11,7 @@
11
// 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.
12
// All matrix tiles have ne physical 32 bit elements per warp.
13
//
14
-// As desribted in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes.
+// As described in the documentation, all pointers for load_ldmatrix must be to shared memory and aligned to 16 bytes.
15
16
#include "common.cuh"
17
0 commit comments