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.
1 parent 3b520a5 commit dab0da8Copy full SHA for dab0da8
param.h
@@ -3396,13 +3396,13 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
3396
#define ZGEMM_DEFAULT_UNROLL_N 4
3397
#define ZGEMM_DEFAULT_UNROLL_MN 16
3398
3399
-#define SGEMM_DEFAULT_P 128
3400
-#define DGEMM_DEFAULT_P 160
+#define SGEMM_DEFAULT_P 240
+#define DGEMM_DEFAULT_P 240
3401
#define CGEMM_DEFAULT_P 128
3402
#define ZGEMM_DEFAULT_P 128
3403
3404
-#define SGEMM_DEFAULT_Q 352
3405
-#define DGEMM_DEFAULT_Q 128
+#define SGEMM_DEFAULT_Q 640
+#define DGEMM_DEFAULT_Q 320
3406
#define CGEMM_DEFAULT_Q 224
3407
#define ZGEMM_DEFAULT_Q 112
3408
0 commit comments