Skip to content

Commit

Permalink
remove unwanted breakpoint and accidently removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Apr 19, 2024
1 parent 2f99c33 commit 5ebe76e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/formatting/generate_sparse_ml_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def format_lookup(tensor_name, operation):
elif tensor_name == "C":
tensor_format = "dd10"
elif operation == "dense_matmul":
breakpoint()
if tensor_name == "B":
tensor_format = "dd01"
elif tensor_name == "C":
Expand Down
1 change: 1 addition & 0 deletions scripts/util/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def array_newline_str(array):


# InputCacheSuiteSparse attempts to avoid reading the same tensor from disk multiple
# times in a benchmark run.
class InputCacheSuiteSparse:
def __init__(self, loader):
self.lastLoaded = None
Expand Down

0 comments on commit 5ebe76e

Please sign in to comment.