Skip to content

Commit 7ed8431

Browse files
authored
Disable the SkyLakeX DGEMMITCOPY kernel as well
as a stopgap measure for numpy/numpy#13401 as mentioned in #1955
1 parent 91943b7 commit 7ed8431

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
@@ -10,7 +10,7 @@ SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
1010
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
1111

1212
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
13-
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
13+
#DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
1414
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
1515
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c
1616

0 commit comments

Comments
 (0)