Skip to content

Commit 32c7063

Browse files
authored
Merge pull request #2061 from martin-frbg/martin-frbg-patch-1
Disable the AVX512 DGEMM kernel (again)
2 parents c19a449 + e608d4f commit 32c7063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
77
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
88
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
99

10-
DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
10+
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
1111

1212
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
1313
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c

0 commit comments

Comments
 (0)