Disable the AVX512 DGEMM kernel (again)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Wed, 13 Mar 2019 21:10:28 +0000 (22:10 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2019 21:10:28 +0000 (22:10 +0100)
Due to as yet unresolved errors seen in #1955 and #2029

kernel/x86_64/KERNEL.SKYLAKEX

index acc6356..5d0a300 100644 (file)
@@ -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