define CGEMM INCOPY/ITCOPY kernels

This commit is contained in:
Martin Kroeker 2023-12-30 20:48:40 +01:00 committed by GitHub
parent 519b40fad9
commit 2327b13b3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ DTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
DTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
CGEMMKERNEL = cgemm_kernel_2x2_lsx.S
CGEMMINCOPY = cgemm_ncopy_2_lsx.S
CGEMMITCOPY = cgemm_tcopy_2_lsx.S
CGEMMINCOPYOBJ = cgemm_incopy$(TSUFFIX).$(SUFFIX)
CGEMMITCOPYOBJ = cgemm_itcopy$(TSUFFIX).$(SUFFIX)
CGEMMONCOPY = cgemm_ncopy_2_lsx.S
CGEMMOTCOPY = cgemm_tcopy_2_lsx.S
CGEMMONCOPYOBJ = cgemm_oncopy$(TSUFFIX).$(SUFFIX)