Skip to content

Commit

Permalink
remove breakpoint(
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Oct 20, 2024
1 parent 829e0e9 commit 093a9a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sam/onyx/parse_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,6 @@ def rewrite_VectorReducer(self):
index=output_crd)

if "fp" in attrs and attrs["fp"].strip('"') == "true":
print("configuring vector reducer to use floating point add")
breakpoint()
add = pydot.Node(f"var_add_{self.get_next_seq()}", label=f"{og_label}_Add", hwnode=f"{HWNodeType.Compute}",
type="fp_add", comment="type=fp_add")
else:
Expand Down

0 comments on commit 093a9a4

Please sign in to comment.