Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 19, 2024
1 parent 029d0a1 commit 785a0dc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
73 changes: 0 additions & 73 deletions examples/opt/aarch64/aarch64_simple0_a55.s

This file was deleted.

2 changes: 1 addition & 1 deletion tutorial/tutorial-3-macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
slothy.config.constraints.stalls_first_attempt=32

slothy.optimize(start="start", end="end")
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_macros_a55.s")
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_macros_opt_a55.s")
2 changes: 1 addition & 1 deletion tutorial/tutorial-3.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
slothy.config.constraints.stalls_first_attempt=32

slothy.optimize()
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_a55.s")
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_opt_a55.s")
2 changes: 1 addition & 1 deletion tutorial/tutorial-4.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
slothy.config.sw_pipelining.optimize_postamble = False
slothy.config.with_llvm_mca = True
slothy.optimize_loop("start")
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_loop_a55.s")
slothy.write_source_to_file("../examples/opt/aarch64/aarch64_simple0_loop_opt_a55.s")

0 comments on commit 785a0dc

Please sign in to comment.