Browse Source

Work around excessive LAPACK test failures on Skylake-X

Something in the plain C parts of x86_64 cscal.c and zscal.c appears to be miscompiled by both gfortran9 and ifort when compiling for skylakex-avx512, even when the optimized Haswell microkernel is not in use.
tags/v0.3.10^2
Martin Kroeker GitHub 5 years ago
parent
commit
2271c3506b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      kernel/x86_64/KERNEL.SKYLAKEX

+ 3
- 0
kernel/x86_64/KERNEL.SKYLAKEX View File

@@ -24,3 +24,6 @@ DGEMM_BETA = dgemm_beta_skylakex.c

CGEMMKERNEL = cgemm_kernel_8x2_skylakex.c
ZGEMMKERNEL = zgemm_kernel_4x2_skylakex.c

CSCALKERNEL = ../arm/zscal.c
ZSCALKERNEL = ../arm/zscal.c

Loading…
Cancel
Save