We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6b7ca commit f1b9a4aCopy full SHA for f1b9a4a
1 file changed
common_param.h
@@ -1002,7 +1002,7 @@ extern gotoblas_t *gotoblas;
1002
#define XGEMM_UNROLL_N XGEMM_DEFAULT_UNROLL_N
1003
#define XGEMM_UNROLL_MN MAX((XGEMM_UNROLL_M), (XGEMM_UNROLL_N))
1004
1005
-#ifdef CGEMM_DEFAULT_UNROLL_N
+#ifdef CGEMM3M_DEFAULT_UNROLL_N
1006
1007
#define CGEMM3M_P CGEMM3M_DEFAULT_P
1008
#define CGEMM3M_Q CGEMM3M_DEFAULT_Q
@@ -1023,7 +1023,7 @@ extern gotoblas_t *gotoblas;
1023
#endif
1024
1025
1026
-#ifdef ZGEMM_DEFAULT_UNROLL_N
+#ifdef ZGEMM3M_DEFAULT_UNROLL_N
1027
1028
#define ZGEMM3M_P ZGEMM3M_DEFAULT_P
1029
#define ZGEMM3M_Q ZGEMM3M_DEFAULT_Q
0 commit comments