Skip to content

Commit

Permalink
#7292: Fixed incomplete split removal
Browse files Browse the repository at this point in the history
  • Loading branch information
“Nenad authored and npetrovic-tenstorrent committed Jun 10, 2024
1 parent 76a7668 commit 95b4d5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/tt_eager/python_api_testing/sweep_tests/tt_lib_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -3641,8 +3641,6 @@ def interleaved_to_sharded_partial_coregrid(
output_mem_config,
**kwargs,
):
print(x_core)
print(y_core)
grid_size = (x_core, y_core)
W = x.shape[-1]
H = x.shape[-2]
Expand Down

0 comments on commit 95b4d5c

Please sign in to comment.