Skip to content

Commit

Permalink
Update monai/data/image_reader.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Kerfoot <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv and ericspod authored Dec 19, 2024
1 parent e5d7907 commit 5005846
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monai/data/image_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,6 @@ def warmup_kvikio(self):
This can accelerate the data loading process when `to_gpu` is set to True.
"""
if has_cp and has_kvikio:
print("warm up")
a = cp.arange(100)
with tempfile.NamedTemporaryFile() as tmp_file:
tmp_file_name = tmp_file.name
Expand Down

0 comments on commit 5005846

Please sign in to comment.