Skip to content

Commit 7ffce1c

Browse files
authored
fix spurious change of (S)BGEMM parameters for NeoverseV1
1 parent 88c583e commit 7ffce1c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

param.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3620,15 +3620,15 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
36203620
#undef BGEMM_ALIGN_K
36213621
#undef BGEMM_DEFAULT_UNROLL_M
36223622
#undef BGEMM_DEFAULT_UNROLL_N
3623-
#define BGEMM_ALIGN_K 8
3623+
#define BGEMM_ALIGN_K 4
3624+
#define BGEMM_DEFAULT_UNROLL_M 8
36243625
#define BGEMM_DEFAULT_UNROLL_N 4
3625-
#define BGEMM_DEFAULT_UNROLL_M 4
36263626

36273627
#undef SBGEMM_ALIGN_K
36283628
#undef SBGEMM_DEFAULT_UNROLL_M
36293629
#undef SBGEMM_DEFAULT_UNROLL_N
3630-
#define SBGEMM_ALIGN_K 8
3631-
#define SBGEMM_DEFAULT_UNROLL_M 4
3630+
#define SBGEMM_ALIGN_K 4
3631+
#define SBGEMM_DEFAULT_UNROLL_M 8
36323632
#define SBGEMM_DEFAULT_UNROLL_N 4
36333633

36343634
#define SGEMM_DEFAULT_UNROLL_M 16

0 commit comments

Comments
 (0)