Skip to content

Commit

Permalink
#6644: sync before calling print l1 buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
arakhmati committed Apr 1, 2024
1 parent 8f3038a commit ebdb284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ttnn/unit_tests/test_reports.py
Expand Up @@ -29,6 +29,8 @@ def test_print_l1_buffers_of_add_operation(tmp_path, height, width):

ttnn.to_torch(output_tensor)

ttnn.synchronize_device(device)

ttnn.print_l1_buffers(str(tmp_path / "l1_buffer_state.txt"))

device = ttnn.close_device(device)
Expand Down

0 comments on commit ebdb284

Please sign in to comment.