Skip to content

Commit 53badac

Browse files
Update ggml/src/ggml-cuda/mmf.cuh
Co-authored-by: Aman Gupta <[email protected]>
1 parent 7efb6ac commit 53badac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/mmf.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static __global__ void mul_mat_f(
3636
return;
3737
}
3838

39-
constexpr int I_preferred = I_16_supported ? 16 : 32; // For Turing MMA both work butr 16 is ~1% faster.
39+
constexpr int I_preferred = I_16_supported ? 16 : 32; // For Turing MMA both work but 16 is ~1% faster.
4040

4141
typedef tile<I_preferred, 8, T> tile_A;
4242
typedef tile<8, 8, T> tile_B;

0 commit comments

Comments
 (0)