Issue 68576 prefetch factor#88972
Issue 68576 prefetch factor#88972blankstatic wants to merge 4 commits intopytorch:masterfrom blankstatic:issue-68576-prefetch_factor
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/88972
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d6b83a7: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: The following mandatory check(s) failed (Rule Dig deeper by viewing the failures on hud Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 2 additional jobs have failed, first few of them are: trunk ,trunk / cuda11.6-py3.10-gcc7-sm86 / test (default, 2, 4, linux.g5.4xlarge.nvidia.gpu) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 2 additional jobs have failed, first few of them are: trunk ,trunk / cuda11.6-py3.10-gcc7-sm86 / test (default, 2, 4, linux.g5.4xlarge.nvidia.gpu) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: The following mandatory check(s) failed (Rule Dig deeper by viewing the failures on hud Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: ### Changes - For Azure test: Please see #904 - For DataLoader test, pytorch/pytorch#88972 introduces an Error when `prefetch_factor` is specified when `num_workers>0`. Pull Request resolved: #905 Reviewed By: wenleix Differential Revision: D41403018 Pulled By: ejguan fbshipit-source-id: 7f1d0677a7311b5c7b3d72b86501301d7a68e7a7
Fixes pytorch#68576 This PR allows set the `prefetch_factor=None` making it really optional according to the documentation Pull Request resolved: pytorch#88972 Approved by: https://github.com/kit1980
Fixes #68576
This PR allows set the
prefetch_factor=Nonemaking it really optional according to the documentation