Skip to content

Commit ba8388c

Browse files
authored
Merge pull request #1651 from martin-frbg/avx512-nodgemm
Disable the 16x2 DTRMM kernel on SkylakeX as well
2 parents 40c8cbc + 6e54b0a commit ba8388c

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
@@ -3,7 +3,7 @@ include $(KERNELDIR)/KERNEL.HASWELL
33
SGEMMKERNEL = sgemm_kernel_16x4_skylakex.S
44

55

6-
DTRMMKERNEL = ../generic/trmmkernel_16x2.c
6+
#DTRMMKERNEL = ../generic/trmmkernel_16x2.c
77
#DGEMMKERNEL = dgemm_kernel_16x2_skylakex.S
88
#DGEMMINCOPY = ../generic/gemm_ncopy_16.c
99
#DGEMMITCOPY = ../generic/gemm_tcopy_16.c

0 commit comments

Comments
 (0)