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 519b40f commit 2327b13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/loongarch64/KERNEL.LOONGSON2K1000
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2327b13

Please sign in to comment.