We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8278d0d + 504f9b0 commit cdff44eCopy full SHA for cdff44e
param.h
@@ -3359,13 +3359,13 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
3359
#define ZGEMM_DEFAULT_UNROLL_M 4
3360
#define ZGEMM_DEFAULT_UNROLL_N 4
3361
3362
-#define SGEMM_DEFAULT_P 128
3363
-#define DGEMM_DEFAULT_P 160
+#define SGEMM_DEFAULT_P 240
+#define DGEMM_DEFAULT_P 240
3364
#define CGEMM_DEFAULT_P 128
3365
#define ZGEMM_DEFAULT_P 128
3366
3367
-#define SGEMM_DEFAULT_Q 352
3368
-#define DGEMM_DEFAULT_Q 128
+#define SGEMM_DEFAULT_Q 640
+#define DGEMM_DEFAULT_Q 320
3369
#define CGEMM_DEFAULT_Q 224
3370
#define ZGEMM_DEFAULT_Q 112
3371
0 commit comments