-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the unpacked version for current GEMV WS design
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule gemmini-rocc-tests
updated
11 files
+6 −1 | bareMetalC/Makefile | |
+82 −0 | bareMetalC/gemv_identity.c | |
+85 −0 | bareMetalC/gemv_identity_OS.c | |
+91 −0 | bareMetalC/gemv_identity_sp_tiled_matvec_ws.c | |
+129 −0 | bareMetalC/gemv_random.c | |
+116 −0 | bareMetalC/gemv_simple_sp_tiled_matvec_ws.c | |
+3 −1 | bareMetalC/random_matmuls.c | |
+16 −5 | bareMetalC/simple_matmuls.c | |
+167 −16 | include/gemmini.h | |
+3 −3 | include/gemmini_params.h | |
+25 −0 | include/gemmini_testutils.h |