-
Notifications
You must be signed in to change notification settings - Fork 26.3k
fix typo in test_dataloader test_multiprocessing_contexts #43343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Coincidentally, this test occasionally causes ROCm CI to hang. Investigating the hang revealed the typo in the test. We need to watch the CI results for all platforms to verify if the corrected test is functioning correctly. |
💊 CI failures summary and remediationsAs of commit ff35305 (more details on the Dr. CI page):
🕵️ 6 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
ssnl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo fix looks good, but is the CI failing related?
|
We need to wait for ROCm CI to finish. Current 2 failing tests are not related to this change. |
|
@ssnl looks like ROCm doesn't fully support IPC now that the test typo is fixed. We'll need to skip on ROCm for now. |
|
@pytorchbot retest this please |
|
After last commit, ROCm CI was assigned a broken host. Retesting. |
|
Fixed lint line length error. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@malfet has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
#22990 added a multiprocessing_context argument to DataLoader, but a typo in the test causes the wrong DataLoader class to be used.