Browse Source

Disable the AVX512 DGEMM kernel (again)

Due to as yet unresolved errors seen in #1955 and #2029
tags/v0.3.6^2
Martin Kroeker GitHub 6 years ago
parent
commit
e608d4f7fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/KERNEL.SKYLAKEX

+ 1
- 1
kernel/x86_64/KERNEL.SKYLAKEX View File

@@ -7,7 +7,7 @@ SGEMMITCOPY = sgemm_tcopy_16_skylakex.c
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c

DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c
#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c

DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
DGEMMITCOPY = dgemm_tcopy_8_skylakex.c


Loading…
Cancel
Save