Skip to content

Commit

Permalink
[apps] Add multi-precision matmul
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Jun 26, 2024
1 parent 6d27cfe commit 9992f90
Show file tree
Hide file tree
Showing 18 changed files with 21,564 additions and 2 deletions.
3 changes: 1 addition & 2 deletions apps/common/default_args.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Default app parameters

# Matrix sizes
def_args_imatmul ?= "128 128 128"
def_args_fmatmul ?= "128 128 128"
def_args_dtype-matmul?= "float64 128 128 128"
# Matrix size, filter size
def_args_iconv2d ?= "112 7"
def_args_fconv2d ?= "112 7"
Expand Down
Loading

0 comments on commit 9992f90

Please sign in to comment.