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 8f0a1a3 + 5253c8f commit a06bcf8Copy full SHA for a06bcf8
driver/level3/gemm.c
@@ -59,6 +59,10 @@
59
#define GEMM_Q 128
60
#endif
61
62
+#ifdef GEMM_DIVIDE_RATE
63
+#define DIVIDE_RATE GEMM_DIVIDE_RATE
64
+#endif
65
+
66
#ifdef THREADED_LEVEL3
67
#include "level3_thread.c"
68
#else
param.h
@@ -3701,6 +3701,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
3701
3702
#elif defined(A64FX) // 512-bit SVE
3703
3704
+#define GEMM_DIVIDE_RATE 1
3705
3706
#if defined(XDOUBLE) || defined(DOUBLE)
3707
#define GEMM_PREFERED_SIZE 8
3708
0 commit comments