-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
31d32cc
commit 6dcaee8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Lego_v0
updated
16 files
+1 −1 | README.md | |
+21 −12 | codegen.py | |
+3 −3 | ctests/innerprod/program1.txt | |
+3 −3 | ctests/innerprod/program2.txt | |
+3 −3 | ctests/innerprod/program3.txt | |
+1 −4 | diff_check.py | |
+19 −2 | gold_cgen.py | |
+1 −1 | input/program.txt | |
+1 −1 | input/tensor.txt | |
+5 −5 | lego_ctest.py | |
+2 −2 | lego_onyx_codegen.sh | |
+9 −5 | main.py | |
+6 −6 | src/data_parser.cpp | |
+1 −2 | src/data_parser.h | |
+139 −53 | src/mem_op.cpp | |
+6 −4 | src/mem_op.h |