Skip to content

Commit 7313f3f

Browse files
authored
Increase KC
1 parent 17d9974 commit 7313f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/arm64/sme_cgemm_kernel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static cfloat czero={0.,0.};
2929
static cfloat cone={1.,0.};
3030

3131
#define MC 256
32-
#define KC 512
32+
#define KC 2048
3333
#define NC 1024
3434

3535
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

Comments
 (0)