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 727db80 commit a9bf57bCopy full SHA for a9bf57b
ggml/src/ggml-cuda/mma.cuh
@@ -7,7 +7,7 @@
7
// A is a row-major matrix with shape M x K.
8
// B is a column-major matrix with shape K x N.
9
// C is a column-major matrix with shape M x N.
10
-// A, B, and C are represented using the same fundametal data type: a row-major matrix with I rows and J columns.
+// A, B, and C are represented using the same fundamental data type: a row-major matrix with I rows and J columns.
11
// Note that J is measured in physical 32 bit elements instead of logical elements.
12
// The methods get_i and get_j can be used to get the physical 32 bit index of the lth element of a thread within a tile.
13
// All matrix tiles have ne physical 32 bit elements per warp.
0 commit comments