Skip to content

Commit 27e834e

Browse files
committed
Don't copy reader outputs
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
1 parent aef99af commit 27e834e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • dali/python/nvidia/dali/experimental/dynamic

dali/python/nvidia/dali/experimental/dynamic/_compile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ def _wire_compile_graph(
447447
num_outputs=source.num_outputs,
448448
batch=True,
449449
device=source.device,
450+
no_copy=True,
450451
)
451452
reader_outs = es()
452453
assert isinstance(reader_outs, Iterable)

0 commit comments

Comments
 (0)