Disable the AVX512 DGEMM kernel (again)
Due to as yet unresolved errors seen in #1955 and #2029
This commit is contained in:
parent
69edc5bbe7
commit
e608d4f7fe
|
@ -7,7 +7,7 @@ SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
|
||||||
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
|
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
|
||||||
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
|
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
|
||||||
|
|
||||||
DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
|
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
|
||||||
|
|
||||||
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
|
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
|
||||||
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
|
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
|
||||||
|
|
Loading…
Reference in New Issue