-
Notifications
You must be signed in to change notification settings - Fork 2
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
7795c79
commit c52ad3d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule slothy
updated
20 files
+2 −0 | .gitignore | |
+12 −6 | README.md | |
+14 −4 | example.py | |
+9 −0 | paper/scripts/models/README.md | |
+ − | paper/scripts/models/models.tar.gz | |
+480 −0 | paper/scripts/models/results.txt | |
+8 −2 | paper/scripts/slothy_ntt_helium.py | |
+2 −0 | paper/scripts/slothy_ntt_helium.sh | |
+1 −0 | requirements.txt | |
+34 −20 | slothy/core/config.py | |
+135 −70 | slothy/core/core.py | |
+42 −8 | slothy/core/dataflow.py | |
+47 −5 | slothy/core/heuristics.py | |
+6 −1 | slothy/core/slothy.py | |
+15 −8 | slothy/helper.py | |
+112 −0 | slothy/targets/aarch64/aarch64_neon.py | |
+19 −13 | slothy/targets/aarch64/cortex_a55.py | |
+7 −3 | slothy/targets/aarch64/neoverse_n1_experimental.py | |
+3 −0 | tutorial/README.md | |
+1 −0 | tutorial/tutorial-7.py |