Skip to content

Commit

Permalink
Remove debug prints.
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Zientkiewicz <michalz@nvidia.com>
  • Loading branch information
mzient committed Nov 4, 2024
1 parent 085eca9 commit 352d3da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dali/test/python/dlpack/test_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def _test_pipe():

@attr("pytorch")
def test_dlpack_is_zero_copy():
print("Testing dlpack")
# get a DALI pipeline that produces batches of very large tensors
pipe = _test_pipe(batch_size=1, experimental_exec_dynamic=True)
pipe.build()
Expand All @@ -34,7 +33,6 @@ def test_dlpack_is_zero_copy():

@attr("pytorch")
def test_dlpack_no_corruption():
print("Testing dlpack")
# get a DALI pipeline that produces batches of very large tensors
pipe = _test_pipe(experimental_exec_dynamic=True)
pipe.build()
Expand Down

0 comments on commit 352d3da

Please sign in to comment.