Add sgemm_direct
This commit is contained in:
parent
54e02aaf11
commit
af80849063
|
@ -45,6 +45,10 @@
|
||||||
#define SSYMV_THREAD_U ssymv_thread_U
|
#define SSYMV_THREAD_U ssymv_thread_U
|
||||||
#define SSYMV_THREAD_L ssymv_thread_L
|
#define SSYMV_THREAD_L ssymv_thread_L
|
||||||
|
|
||||||
|
|
||||||
|
#define SGEMM_DIRECT_PERFORMANT sgemm_direct_performant
|
||||||
|
#define SGEMM_DIRECT sgemm_direct
|
||||||
|
|
||||||
#define SGEMM_ONCOPY sgemm_oncopy
|
#define SGEMM_ONCOPY sgemm_oncopy
|
||||||
#define SGEMM_OTCOPY sgemm_otcopy
|
#define SGEMM_OTCOPY sgemm_otcopy
|
||||||
|
|
||||||
|
@ -204,6 +208,9 @@
|
||||||
#define SSYMV_THREAD_U ssymv_thread_U
|
#define SSYMV_THREAD_U ssymv_thread_U
|
||||||
#define SSYMV_THREAD_L ssymv_thread_L
|
#define SSYMV_THREAD_L ssymv_thread_L
|
||||||
|
|
||||||
|
#define SGEMM_DIRECT_PERFORMANT gotoblas -> sgemm_direct_performant
|
||||||
|
#define SGEMM_DIRECT gotoblas -> sgemm_direct
|
||||||
|
|
||||||
#define SGEMM_ONCOPY gotoblas -> sgemm_oncopy
|
#define SGEMM_ONCOPY gotoblas -> sgemm_oncopy
|
||||||
#define SGEMM_OTCOPY gotoblas -> sgemm_otcopy
|
#define SGEMM_OTCOPY gotoblas -> sgemm_otcopy
|
||||||
#define SGEMM_INCOPY gotoblas -> sgemm_incopy
|
#define SGEMM_INCOPY gotoblas -> sgemm_incopy
|
||||||
|
|
Loading…
Reference in New Issue