improve skylakex paralleled sgemm performance
This commit is contained in:
parent
3a100b2797
commit
1c67567008
9
param.h
9
param.h
|
@ -1690,18 +1690,13 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_P 768
|
#define SGEMM_DEFAULT_P 640
|
||||||
#define DGEMM_DEFAULT_P 384
|
#define DGEMM_DEFAULT_P 384
|
||||||
#define CGEMM_DEFAULT_P 384
|
#define CGEMM_DEFAULT_P 384
|
||||||
#define ZGEMM_DEFAULT_P 256
|
#define ZGEMM_DEFAULT_P 256
|
||||||
|
|
||||||
#ifdef WINDOWS_ABI
|
#define SGEMM_DEFAULT_Q 320
|
||||||
#define SGEMM_DEFAULT_Q 192
|
|
||||||
#define DGEMM_DEFAULT_Q 168
|
#define DGEMM_DEFAULT_Q 168
|
||||||
#else
|
|
||||||
#define SGEMM_DEFAULT_Q 192
|
|
||||||
#define DGEMM_DEFAULT_Q 168
|
|
||||||
#endif
|
|
||||||
#define CGEMM_DEFAULT_Q 192
|
#define CGEMM_DEFAULT_Q 192
|
||||||
#define ZGEMM_DEFAULT_Q 128
|
#define ZGEMM_DEFAULT_Q 128
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue