10 lines
163 B
Makefile
10 lines
163 B
Makefile
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 $< $@
|