Browse Source

Disable DGEMMINCOPY as well for now

#1955
tags/v0.3.7
Martin Kroeker GitHub 6 years ago
parent
commit
b1561ecc68
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

@@ -9,7 +9,7 @@ SGEMMOTCOPY = ../generic/gemm_tcopy_4.c

#DGEMMKERNEL = dgemm_kernel_4x8_skylakex.c

DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
#DGEMMINCOPY = dgemm_ncopy_8_skylakex.c
#DGEMMITCOPY = dgemm_tcopy_8_skylakex.c
DGEMMONCOPY = dgemm_ncopy_8_skylakex.c
DGEMMOTCOPY = dgemm_tcopy_8_skylakex.c


Loading…
Cancel
Save