added dgemv_n_bulldozer.S
This commit is contained in:
parent
0ded1fcc1c
commit
f67fa62851
|
@ -1,6 +1,8 @@
|
||||||
ZGEMVNKERNEL = zgemv_n_dup.S
|
ZGEMVNKERNEL = zgemv_n_dup.S
|
||||||
ZGEMVTKERNEL = zgemv_t_dup.S
|
ZGEMVTKERNEL = zgemv_t_dup.S
|
||||||
|
|
||||||
|
DGEMVNKERNEL = dgemv_n_bulldozer.S
|
||||||
|
|
||||||
SGEMMKERNEL = sgemm_kernel_16x2_bulldozer.S
|
SGEMMKERNEL = sgemm_kernel_16x2_bulldozer.S
|
||||||
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
SGEMMINCOPY = ../generic/gemm_ncopy_16.c
|
||||||
SGEMMITCOPY = ../generic/gemm_tcopy_16.c
|
SGEMMITCOPY = ../generic/gemm_tcopy_16.c
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
1
param.h
1
param.h
|
@ -187,6 +187,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define CGEMM3M_DEFAULT_UNROLL_M 8
|
#define CGEMM3M_DEFAULT_UNROLL_M 8
|
||||||
#define ZGEMM3M_DEFAULT_UNROLL_N 4
|
#define ZGEMM3M_DEFAULT_UNROLL_N 4
|
||||||
#define ZGEMM3M_DEFAULT_UNROLL_M 4
|
#define ZGEMM3M_DEFAULT_UNROLL_M 4
|
||||||
|
#define GEMV_UNROLL 8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
|
Loading…
Reference in New Issue