Skip to content

Commit

Permalink
LoongArch: Small matrix opt
Browse files Browse the repository at this point in the history
  • Loading branch information
XiWeiGu committed May 20, 2024
1 parent d66aa63 commit eade5ad
Show file tree
Hide file tree
Showing 3 changed files with 589 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.system
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ else ifeq ($(ARCH), power)
SMALL_MATRIX_OPT = 1
BUILD_BFLOAT16 = 1
endif
SMALL_MATRIX_OPT = 1
ifeq ($(SMALL_MATRIX_OPT), 1)
CCOMMON_OPT += -DSMALL_MATRIX_OPT
endif
Expand Down
Loading

0 comments on commit eade5ad

Please sign in to comment.