update sgemm_q on skylakex cpus
This commit is contained in:
parent
eb2eddf241
commit
274ff5cdb8
2
param.h
2
param.h
|
@ -1699,7 +1699,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define SGEMM_DEFAULT_Q 320
|
#define SGEMM_DEFAULT_Q 320
|
||||||
#define DGEMM_DEFAULT_Q 128
|
#define DGEMM_DEFAULT_Q 128
|
||||||
#else
|
#else
|
||||||
#define SGEMM_DEFAULT_Q 384
|
#define SGEMM_DEFAULT_Q 192
|
||||||
#define DGEMM_DEFAULT_Q 128
|
#define DGEMM_DEFAULT_Q 128
|
||||||
#endif
|
#endif
|
||||||
#define CGEMM_DEFAULT_Q 192
|
#define CGEMM_DEFAULT_Q 192
|
||||||
|
|
Loading…
Reference in New Issue