Only spawns 1 thread that does a busy wait up to a counter. Other cores do not issue any instructions after the scheduling prologue.
10 lines
112 B
Makefile
10 lines
112 B
Makefile
PROJECT = sgemm_gemmini_dma
|
|
|
|
SRCS = main.cpp common.h
|
|
|
|
VX_SRCS = kernel.cpp
|
|
|
|
OPTS ?= -n16
|
|
|
|
include ../common.mk
|