-
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.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gemmini-rocc-tests
updated
19 files
+14 −0 | bareMetalC/Makefile | |
+205 −0 | bareMetalC/cifar_quant.c | |
+6 −0 | bareMetalC/cifar_quant_images.h | |
+36 −0 | bareMetalC/cifar_quant_params.h | |
+110 −0 | bareMetalC/double.c | |
+120 −0 | bareMetalC/double_identity_swaps.c | |
+111 −0 | bareMetalC/double_keep_weights.c | |
+119 −0 | bareMetalC/double_keep_weights_then_change.c | |
+179 −0 | bareMetalC/fix_matmuls.c | |
+75 −0 | bareMetalC/identity.c | |
+77 −0 | bareMetalC/identity_negative.c | |
+109 −0 | bareMetalC/large_matmul.c | |
+58 −0 | bareMetalC/large_matmul_utils.h | |
+109 −0 | bareMetalC/large_matmul_without_cpu.c | |
+109 −0 | bareMetalC/large_padded_matmul.c | |
+177 −0 | bareMetalC/random_matmuls.c | |
+177 −0 | bareMetalC/random_matmuls_copy.c | |
+155 −0 | bareMetalC/very_large_matmul.c | |
+4 −3 | include/gemmini_params.h |