-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Seah Kim
authored and
Seah Kim
committed
Oct 7, 2023
1 parent
19a7bf5
commit 1d39e29
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gemmini-rocc-tests
updated
16 files
+17 −2 | Makefile.in | |
+1 −0 | bareMetalC/Makefile | |
+126 −0 | bareMetalC/mt_rerocc.c | |
+154 −0 | bareMetalC/mt_rerocc_contention.c | |
+15 −4 | bareMetalC/tiled_matmul_ws.c | |
+72 −0 | gemv/Makefile | |
+187 −0 | gemv/tiled_gemv.c | |
+291 −0 | gemv/tiled_gemv_matmul.c | |
+6 −89 | include/gemmini.h | |
+5 −7 | include/gemmini_params.h | |
+89 −0 | include/gemmini_params_fp32.h | |
+2 −1 | include/gemmini_testutils.h | |
+133 −0 | include/rerocc.h | |
+79 −0 | include/rocc.h | |
+645 −0 | include/vega.h | |
+82 −0 | include/vega_params.h |