enabled optimized sgemv kernels for nehalem, sandybridge and bulldozer
This commit is contained in:
parent
15d5dfa92c
commit
0517672dd0
|
@ -1,3 +1,6 @@
|
||||||
|
SGEMVNKERNEL = sgemv_n.S
|
||||||
|
SGEMVTKERNEL = sgemv_t.S
|
||||||
|
|
||||||
ZGEMVNKERNEL = zgemv_n_dup.S
|
ZGEMVNKERNEL = zgemv_n_dup.S
|
||||||
ZGEMVTKERNEL = zgemv_t_dup.S
|
ZGEMVTKERNEL = zgemv_t_dup.S
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
SGEMVNKERNEL = sgemv_n.S
|
||||||
|
SGEMVTKERNEL = sgemv_t.S
|
||||||
|
|
||||||
|
|
||||||
SGEMMKERNEL = gemm_kernel_4x8_nehalem.S
|
SGEMMKERNEL = gemm_kernel_4x8_nehalem.S
|
||||||
SGEMMINCOPY = gemm_ncopy_4.S
|
SGEMMINCOPY = gemm_ncopy_4.S
|
||||||
SGEMMITCOPY = gemm_tcopy_4.S
|
SGEMMITCOPY = gemm_tcopy_4.S
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
SGEMVNKERNEL = sgemv_n.S
|
||||||
|
SGEMVTKERNEL = sgemv_t.S
|
||||||
|
|
||||||
|
|
||||||
SGEMMKERNEL = gemm_kernel_4x8_nehalem.S
|
SGEMMKERNEL = gemm_kernel_4x8_nehalem.S
|
||||||
SGEMMINCOPY = gemm_ncopy_4.S
|
SGEMMINCOPY = gemm_ncopy_4.S
|
||||||
SGEMMITCOPY = gemm_tcopy_4.S
|
SGEMMITCOPY = gemm_tcopy_4.S
|
||||||
|
|
Loading…
Reference in New Issue