There was an error while loading. Please reload this page.
1 parent 17d9974 commit 7313f3fCopy full SHA for 7313f3f
1 file changed
kernel/arm64/sme_cgemm_kernel.c
@@ -29,7 +29,7 @@ static cfloat czero={0.,0.};
29
static cfloat cone={1.,0.};
30
31
#define MC 256
32
-#define KC 512
+#define KC 2048
33
#define NC 1024
34
35
static inline void cgemm_sme_compute_16x16_tile(blasint current_K, const float *A_ptr, const float *B_ptr, cfloat *C_ptr, size_t ldc, int beta_mode, const cfloat *beta_ptr)
0 commit comments