data
data copied to clipboard
[Nodes] ParallelMap state is not guraranteed with in_order=False
🐛 Describe the bug
Currently ParallelMap does not guarantee reproducibility if in_order = False, we should add a .. warning to the docstring and the flag, and also think about ways to have some level of guarantee
https://github.com/pytorch/data/blob/main/torchdata/nodes/map.py#L285-L286
Versions
nightly