sgemm_wg: save args and input bin

This commit is contained in:
Hansung Kim
2024-02-12 20:48:23 -08:00
parent f586ab28df
commit 6a1a506b64
4 changed files with 46 additions and 13 deletions

View File

@@ -4,6 +4,6 @@ SRCS = main.cpp
VX_SRCS = kernel.cpp
OPTS ?= -n256
OPTS ?= -n16
include ../common.mk