Ref #454: fixed bug in common_param.h
This commit is contained in:
parent
ae6b7caf32
commit
f1b9a4a1ca
|
@ -1002,7 +1002,7 @@ extern gotoblas_t *gotoblas;
|
|||
#define XGEMM_UNROLL_N XGEMM_DEFAULT_UNROLL_N
|
||||
#define XGEMM_UNROLL_MN MAX((XGEMM_UNROLL_M), (XGEMM_UNROLL_N))
|
||||
|
||||
#ifdef CGEMM_DEFAULT_UNROLL_N
|
||||
#ifdef CGEMM3M_DEFAULT_UNROLL_N
|
||||
|
||||
#define CGEMM3M_P CGEMM3M_DEFAULT_P
|
||||
#define CGEMM3M_Q CGEMM3M_DEFAULT_Q
|
||||
|
@ -1023,7 +1023,7 @@ extern gotoblas_t *gotoblas;
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef ZGEMM_DEFAULT_UNROLL_N
|
||||
#ifdef ZGEMM3M_DEFAULT_UNROLL_N
|
||||
|
||||
#define ZGEMM3M_P ZGEMM3M_DEFAULT_P
|
||||
#define ZGEMM3M_Q ZGEMM3M_DEFAULT_Q
|
||||
|
|
Loading…
Reference in New Issue