PROJECT = sgemm_tcore SRCS = main.cpp common.h VX_SRCS = kernel.cpp VX_INCLUDES = sgemm_impl.hpp OPTS ?= -n16 include ../common.mk