File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4033,6 +4033,8 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
4033
4033
#define CGEMM_DEFAULT_UNROLL_N 2
4034
4034
#define ZGEMM_DEFAULT_UNROLL_N 2
4035
4035
#define XGEMM_DEFAULT_UNROLL_N 1
4036
+ #define CGEMM3M_DEFAULT_UNROLL_N 2
4037
+ #define ZGEMM3M_DEFAULT_UNROLL_N 2
4036
4038
4037
4039
#ifdef ARCH_X86
4038
4040
#define SGEMM_DEFAULT_UNROLL_M 2
@@ -4048,6 +4050,18 @@ Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy rout
4048
4050
#define CGEMM_DEFAULT_UNROLL_M 2
4049
4051
#define ZGEMM_DEFAULT_UNROLL_M 2
4050
4052
#define XGEMM_DEFAULT_UNROLL_M 1
4053
+ #define CGEMM3M_DEFAULT_UNROLL_M 2
4054
+ #define ZGEMM3M_DEFAULT_UNROLL_M 2
4055
+ #define CGEMM3M_DEFAULT_P 448
4056
+ #define ZGEMM3M_DEFAULT_P 224
4057
+ #define XGEMM3M_DEFAULT_P 112
4058
+ #define CGEMM3M_DEFAULT_Q 224
4059
+ #define ZGEMM3M_DEFAULT_Q 224
4060
+ #define XGEMM3M_DEFAULT_Q 224
4061
+ #define CGEMM3M_DEFAULT_R 12288
4062
+ #define ZGEMM3M_DEFAULT_R 12288
4063
+ #define XGEMM3M_DEFAULT_R 12288
4064
+
4051
4065
#endif
4052
4066
4053
4067
#ifdef ARCH_MIPS
You can’t perform that action at this time.
0 commit comments