Skip to content

Commit 3e1ca0c

Browse files
fix trailing whitespace
1 parent 394ced5 commit 3e1ca0c

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
@@ -77,7 +77,7 @@ namespace ggml_cuda_mma {
7777
// For the B matrix this means I major == column major, J major == row major.
7878
// MIRRORED == Each data value is held exactly once per thread subgroup.
7979
DATA_LAYOUT_I_MAJOR = 0, // Always used for Turing, Ampere, Ada Lovelace, consumer Blackwell.
80-
DATA_LAYOUT_I_MAJOR_MIRRORED = 10,
80+
DATA_LAYOUT_I_MAJOR_MIRRORED = 10,
8181
DATA_LAYOUT_J_MAJOR_MIRRORED = 20,
8282
};
8383
// Implemented mma combinations are:

0 commit comments

Comments
 (0)