We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c583e commit 7ffce1cCopy full SHA for 7ffce1c
1 file changed
param.h
@@ -3620,15 +3620,15 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
3620
#undef BGEMM_ALIGN_K
3621
#undef BGEMM_DEFAULT_UNROLL_M
3622
#undef BGEMM_DEFAULT_UNROLL_N
3623
-#define BGEMM_ALIGN_K 8
+#define BGEMM_ALIGN_K 4
3624
+#define BGEMM_DEFAULT_UNROLL_M 8
3625
#define BGEMM_DEFAULT_UNROLL_N 4
-#define BGEMM_DEFAULT_UNROLL_M 4
3626
3627
#undef SBGEMM_ALIGN_K
3628
#undef SBGEMM_DEFAULT_UNROLL_M
3629
#undef SBGEMM_DEFAULT_UNROLL_N
3630
-#define SBGEMM_ALIGN_K 8
3631
-#define SBGEMM_DEFAULT_UNROLL_M 4
+#define SBGEMM_ALIGN_K 4
+#define SBGEMM_DEFAULT_UNROLL_M 8
3632
#define SBGEMM_DEFAULT_UNROLL_N 4
3633
3634
#define SGEMM_DEFAULT_UNROLL_M 16
0 commit comments