Add regression flops

This commit is contained in:
Hansung Kim
2024-04-16 15:22:03 -07:00
parent 6cbfbfb856
commit 689043b45e
6 changed files with 322 additions and 0 deletions

View File

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