Skip to content

Commit a9bf57b

Browse files
Update ggml/src/ggml-cuda/mma.cuh
Co-authored-by: Diego Devesa <[email protected]>
1 parent 727db80 commit a9bf57b

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
@@ -7,7 +7,7 @@
77
// A is a row-major matrix with shape M x K.
88
// B is a column-major matrix with shape K x N.
99
// 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.
10+
// A, B, and C are represented using the same fundamental data type: a row-major matrix with I rows and J columns.
1111
// Note that J is measured in physical 32 bit elements instead of logical elements.
1212
// 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.
1313
// All matrix tiles have ne physical 32 bit elements per warp.

0 commit comments

Comments
 (0)