Skip to content

Commit

Permalink
Update KERNEL.ZEN
Browse files Browse the repository at this point in the history
  • Loading branch information
wjc404 authored Mar 16, 2020
1 parent fa049d4 commit cdc0e90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kernel/x86_64/KERNEL.ZEN
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ ZGEMMITCOPYOBJ = zgemm_itcopy$(TSUFFIX).$(SUFFIX)
ZGEMMONCOPYOBJ = zgemm_oncopy$(TSUFFIX).$(SUFFIX)
ZGEMMOTCOPYOBJ = zgemm_otcopy$(TSUFFIX).$(SUFFIX)

STRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
STRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
STRSMKERNEL_RN = ../generic/trsm_kernel_RN.c
STRSMKERNEL_RT = ../generic/trsm_kernel_RT.c
STRSMKERNEL_LN = strsm_kernel_8x4_haswell_LN.c
STRSMKERNEL_LT = strsm_kernel_8x4_haswell_LT.c
STRSMKERNEL_RN = strsm_kernel_8x4_haswell_RN.c
STRSMKERNEL_RT = strsm_kernel_8x4_haswell_RT.c

DTRSMKERNEL_LN = ../generic/trsm_kernel_LN.c
DTRSMKERNEL_LT = ../generic/trsm_kernel_LT.c
Expand Down

0 comments on commit cdc0e90

Please sign in to comment.