Merge pull request #2061 from martin-frbg/martin-frbg-patch-1
Disable the AVX512 DGEMM kernel (again)
This commit is contained in:
commit
32c7063cb0
|
@ -7,7 +7,7 @@ SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
|
|||
SGEMMONCOPY = sgemm_ncopy_4_skylakex.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
|
||||
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
|
||||
|
|
Loading…
Reference in New Issue