Merge pull request #1651 from martin-frbg/avx512-nodgemm
Disable the 16x2 DTRMM kernel on SkylakeX as well
This commit is contained in:
commit
ba8388cee0
|
@ -3,7 +3,7 @@ include $(KERNELDIR)/KERNEL.HASWELL
|
|||
SGEMMKERNEL = sgemm_kernel_16x4_skylakex.S
|
||||
|
||||
|
||||
DTRMMKERNEL = ../generic/trmmkernel_16x2.c
|
||||
#DTRMMKERNEL = ../generic/trmmkernel_16x2.c
|
||||
#DGEMMKERNEL = dgemm_kernel_16x2_skylakex.S
|
||||
#DGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
||||
#DGEMMITCOPY = ../generic/gemm_tcopy_16.c
|
||||
|
|
Loading…
Reference in New Issue