Skip to content

Commit 6a8b426

Browse files
authored
Merge pull request #2111 from martin-frbg/issue1955
Disable the SkyLakeX DGEMMIxCOPY kernels as well
2 parents a387a23 + b1561ec commit 6a8b426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/x86_64/KERNEL.SKYLAKEX

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ SGEMMOTCOPY = ../generic/gemm_tcopy_4.c
99

1010
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
1111

12-
DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
13-
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
12+
#DGEMMINCOPY = dgemm_ncopy_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)