You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
binary
TensorFlow version
tf 2.19.0
Custom code
No
OS platform and distribution
RHEL 9.4
Python version
3.11
CUDA/cuDNN version
12.5
Current behavior?
MemcpyH2D does not overlap with model computation when using tf.data.experimental.prefetch_to_device inside tf.distribute.MirroredStrategy.distribute_datasets_from_function. I would expect this operations to overlap.
Uh oh!
There was an error while loading. Please reload this page.
Issue type
Performance
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
binary
TensorFlow version
tf 2.19.0
Custom code
No
OS platform and distribution
RHEL 9.4
Python version
3.11
CUDA/cuDNN version
12.5
Current behavior?
MemcpyH2D does not overlap with model computation when using tf.data.experimental.prefetch_to_device inside tf.distribute.MirroredStrategy.distribute_datasets_from_function. I would expect this operations to overlap.
Standalone code to reproduce the issue
The text was updated successfully, but these errors were encountered: