Skip to content

Commit 5941226

Browse files
committed
fix the EditorConfig CI
1 parent c9ec96c commit 5941226

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
@@ -962,7 +962,7 @@ namespace ggml_cuda_mma {
962962
true
963963
);
964964

965-
#elif defined(RDNA3)
965+
#elif defined(RDNA3)
966966
using int32x4_t = __attribute__((__vector_size__(4 * sizeof(int)))) int;
967967
int32x4_t * a_vec = (int32x4_t *) A.x;
968968
int32x4_t * b_vec = (int32x4_t *) B.x;

0 commit comments

Comments
 (0)