Skip to content

Commit

Permalink
remove print for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
delock committed Jan 30, 2024
1 parent 2d6abd5 commit 42c8bd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ds_bench_modified.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ def test_allreduce(reuse_buffer, use_dtype, num_elms_list, num_iterations, warmu
t = t_ref.clone()

time_list = [] # List to store time values per iteration
print (t_ref.size())
print (t_ref.dtype)
for _ in range(num_iterations + warmup_iters):
if not reuse_buffer:
a = a_ref.clone()
Expand Down

0 comments on commit 42c8bd9

Please sign in to comment.