Update setparam-ref.c
This commit is contained in:
parent
6c279ef552
commit
e46d761bca
|
@ -139,7 +139,7 @@ gotoblas_t TABLE_NAME = {
|
||||||
sgemm_direct_performantTS,
|
sgemm_direct_performantTS,
|
||||||
#else
|
#else
|
||||||
sgemm_direct,
|
sgemm_direct,
|
||||||
sgemm_direct_performant
|
sgemm_direct_performant,
|
||||||
#endif
|
#endif
|
||||||
sgemm_kernelTS, sgemm_betaTS,
|
sgemm_kernelTS, sgemm_betaTS,
|
||||||
#if SGEMM_DEFAULT_UNROLL_M != SGEMM_DEFAULT_UNROLL_N
|
#if SGEMM_DEFAULT_UNROLL_M != SGEMM_DEFAULT_UNROLL_N
|
||||||
|
|
Loading…
Reference in New Issue