Skip to content

Commit 3060ebe

Browse files
authored
delete preferred sizes for neov1
1 parent 673323f commit 3060ebe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

param.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3548,10 +3548,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
35483548

35493549
#if defined(XDOUBLE) || defined(DOUBLE)
35503550
#define SWITCH_RATIO 8
3551-
#define GEMM_PREFERED_SIZE 4
35523551
#else
35533552
#define SWITCH_RATIO 16
3554-
#define GEMM_PREFERED_SIZE 8
35553553
#endif
35563554

35573555
#define SGEMM_DEFAULT_UNROLL_M 16

0 commit comments

Comments
 (0)