dual gemmini kernel + quad core vortex

This commit is contained in:
Richard Yan
2024-06-12 02:12:38 -07:00
parent 357435bc96
commit f37f5d5612
7 changed files with 488 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
PROJECT = sgemm_gemmini_duo
SRCS = main.cpp common.h
VX_SRCS = kernel.cpp
OPTS ?= -n16
include ../common.mk