PROJECT = wu_arch_hgemm

VX_SRCS = kernel.cpp
OPTS ?= -n1

include ../common.mk

args.bin input.a.bin input.b.bin input.c.bin: ../wu_arch_cases/zero.bin
	cp $< $@
