We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef99af commit 27e834eCopy full SHA for 27e834e
1 file changed
dali/python/nvidia/dali/experimental/dynamic/_compile.py
@@ -447,6 +447,7 @@ def _wire_compile_graph(
447
num_outputs=source.num_outputs,
448
batch=True,
449
device=source.device,
450
+ no_copy=True,
451
)
452
reader_outs = es()
453
assert isinstance(reader_outs, Iterable)
0 commit comments