-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Disable flaky linalg.det.singular tests on ROCm #96707
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96707
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e973766: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
6193f2b
to
78e6fb8
Compare
Fixes pytorch#93044
@pytorchbot merge |
Merge failedReason: This PR needs a label If not, please add the For more information, see 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 |
cc @jaglinux for more context as well as additional tests that we will need to enable once we root cause the failures. |
Related issues: pytorch/pytorch#93044 and pytorch/pytorch#93045. * No access to runner to debug ROCm flakiness * Haven't seen any update on the two issues above * Tests are still flaky whenever they are closed ### Testing The tests are skipped https://ossci-raw-job-status.s3.amazonaws.com/log/11976899251 ``` 2023-03-14T03:39:02.1336514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm pytorch/pytorch#93044) [ 27%] ... 2023-03-14T03:41:46.4234072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm pytorch/pytorch#93045) [ 44%] ``` Pull Request resolved: pytorch/pytorch#96707 Approved by: https://github.com/clee2000
Related issues: pytorch/pytorch#93044 and pytorch/pytorch#93045. * No access to runner to debug ROCm flakiness * Haven't seen any update on the two issues above * Tests are still flaky whenever they are closed ### Testing The tests are skipped https://ossci-raw-job-status.s3.amazonaws.com/log/11976899251 ``` 2023-03-14T03:39:02.1336514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm pytorch/pytorch#93044) [ 27%] ... 2023-03-14T03:41:46.4234072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128 SKIPPED (Flaky on ROCm pytorch/pytorch#93045) [ 44%] ``` Pull Request resolved: pytorch/pytorch#96707 Approved by: https://github.com/clee2000
Related issues: #93044 and #93045.
Testing
The tests are skipped https://ossci-raw-job-status.s3.amazonaws.com/log/11976899251
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport