Skip to content

Commit

Permalink
define CGEMM INCOPY/ITCOPY kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Dec 30, 2023
1 parent 2327b13 commit d2b7f0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/loongarch64/KERNEL.LOONGSON3R5
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ SGEMVNKERNEL = sgemv_n_8_lasx.S
SGEMVTKERNEL = sgemv_t_8_lasx.S

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)
Expand Down

0 comments on commit d2b7f0f

Please sign in to comment.