Update KERNEL.ZEN
This commit is contained in:
parent
97a32cb0a5
commit
a2ff577a30
|
@ -31,7 +31,7 @@ CAXPYKERNEL = caxpy.c
|
||||||
ZAXPYKERNEL = zaxpy.c
|
ZAXPYKERNEL = zaxpy.c
|
||||||
|
|
||||||
STRMMKERNEL = sgemm_kernel_8x4_haswell.c
|
STRMMKERNEL = sgemm_kernel_8x4_haswell.c
|
||||||
SGEMMKERNEL = sgemm_kernel_8x4_haswell.c
|
SGEMMKERNEL = sgemm_kernel_8x4_haswell_2.c
|
||||||
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
|
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
|
||||||
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
|
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
|
||||||
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
|
SGEMMONCOPY = ../generic/gemm_ncopy_4.c
|
||||||
|
|
Loading…
Reference in New Issue