10 lines
117 B
Makefile
10 lines
117 B
Makefile
PROJECT = sgemm_tcore
|
|
|
|
SRCS = main.cpp common.h
|
|
|
|
VX_SRCS = kernel.activation.cpp
|
|
|
|
OPTS ?= -n16
|
|
|
|
include ../common.mk
|