Skip to content

Commit

Permalink
Merge pull request #4242 from XiWeiGu/loongarch64_dtrsm
Browse files Browse the repository at this point in the history
LoongArch64: Add dtrsm kernel
  • Loading branch information
martin-frbg authored Sep 26, 2023
2 parents 138ed79 + 4670eb1 commit e2ca22f
Show file tree
Hide file tree
Showing 6 changed files with 6,312 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kernel/loongarch64/KERNEL.LOONGSON3R5
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ 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
DTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
DTRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
DTRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
DTRSMKERNEL_LN = dtrsm_kernel_LN_16x4_lasx.S
DTRSMKERNEL_LT = dtrsm_kernel_LT_16x4_lasx.S
DTRSMKERNEL_RN = dtrsm_kernel_RN_16x4_lasx.S
DTRSMKERNEL_RT = dtrsm_kernel_RT_16x4_lasx.S
endif

STRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
STRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
Expand Down
Loading

0 comments on commit e2ca22f

Please sign in to comment.