optimized sgemm kernel for haswell
This commit is contained in:
parent
1d33547222
commit
1cc02b4337
File diff suppressed because it is too large
Load Diff
3
param.h
3
param.h
|
@ -1237,10 +1237,11 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define CGEMM_DEFAULT_P 384
|
#define CGEMM_DEFAULT_P 384
|
||||||
#define ZGEMM_DEFAULT_P 256
|
#define ZGEMM_DEFAULT_P 256
|
||||||
|
|
||||||
#define SGEMM_DEFAULT_Q 384
|
|
||||||
#ifdef WINDOWS_ABI
|
#ifdef WINDOWS_ABI
|
||||||
|
#define SGEMM_DEFAULT_Q 320
|
||||||
#define DGEMM_DEFAULT_Q 128
|
#define DGEMM_DEFAULT_Q 128
|
||||||
#else
|
#else
|
||||||
|
#define SGEMM_DEFAULT_Q 384
|
||||||
#define DGEMM_DEFAULT_Q 256
|
#define DGEMM_DEFAULT_Q 256
|
||||||
#endif
|
#endif
|
||||||
#define CGEMM_DEFAULT_Q 192
|
#define CGEMM_DEFAULT_Q 192
|
||||||
|
|
Loading…
Reference in New Issue