Skip to content

Commit

Permalink
Merge pull request #4218 from XiWeiGu/loongarch64_sgemv
Browse files Browse the repository at this point in the history
LoongArch64: Add sgemv kernel
  • Loading branch information
martin-frbg authored Sep 8, 2023
2 parents cd36b8f + f2cf929 commit 6bc0796
Show file tree
Hide file tree
Showing 3 changed files with 871 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/loongarch64/KERNEL.LOONGSON3R5
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX)
SGEMMITCOPYOBJ = sgemm_itcopy$(TSUFFIX).$(SUFFIX)
SGEMMONCOPYOBJ = sgemm_oncopy$(TSUFFIX).$(SUFFIX)
SGEMMOTCOPYOBJ = sgemm_otcopy$(TSUFFIX).$(SUFFIX)

SGEMVNKERNEL = sgemv_n_8_lasx.S
SGEMVTKERNEL = sgemv_t_8_lasx.S
endif

DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
Expand Down
Loading

0 comments on commit 6bc0796

Please sign in to comment.