Skip to content

Commit b1561ec

Browse files
authored
Disable DGEMMINCOPY as well for now
#1955
1 parent 7ed8431 commit b1561ec

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
@@ -9,7 +9,7 @@ SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
99

1010
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
1111

12-
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
12+
#DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
1313
#DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
1414
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
1515
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c

0 commit comments

Comments
 (0)