Browse Source

Merge pull request #2111 from martin-frbg/issue1955

Disable the SkyLakeX DGEMMIxCOPY kernels as well
tags/v0.3.7
Martin Kroeker GitHub 6 years ago
parent
commit
6a8b4269b5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/x86_64/KERNEL.SKYLAKEX

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

@@ -9,8 +9,8 @@ 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
#DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
#DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c




Loading…
Cancel
Save