Skip to content

Commit

Permalink
🤖 apply linter changes (will not trigger CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalex committed Nov 6, 2024
1 parent 1d36f8c commit de12659
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/arm_matmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

# Hide output when running through exocc.
if __name__ != "__main__" and hasattr(os, "devnull"):
sys.stdout = open(os.devnull, "w"
)
sys.stdout = open(os.devnull, "w")

# Algorithm definition
@proc
Expand Down Expand Up @@ -115,4 +114,4 @@ def rank_k_reduce_6x16(
neon = simplify(neon)
print(neon)

print("\n============= dnone! ==============")
print("\n============= dnone! ==============")

0 comments on commit de12659

Please sign in to comment.