-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[CI] disable td for xpu ci test by default #127611
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/127611
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ef1ba0a with merge base 16578e8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@chuanqi129 To pass all re-enabled XPU test cases, this PR need to land after the PR: #127629 |
@clee2000 can you take a look at this |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
4df679c
to
ef1ba0a
Compare
@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 |
Due to the xpu ci test has been enabled td by default, a lot of test cases (75%) have been skipped in CI tests. It caused some ci failures escaped from the ci tests, for example issue pytorch#127539. This PR depends on PR pytorch#127595 landed. Pull Request resolved: pytorch#127611 Approved by: https://github.com/etaf, https://github.com/atalman
# Motivation Before #127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by #127741. Pull Request resolved: #128383 Approved by: https://github.com/EikanWang
# Motivation Before #127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by #127741. Pull Request resolved: #128383 Approved by: https://github.com/EikanWang (cherry picked from commit 88974fe)
# Motivation Before #127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by #127741. Pull Request resolved: #128383 Approved by: https://github.com/EikanWang (cherry picked from commit 88974fe)
# Motivation Before pytorch#127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by pytorch#127741. Pull Request resolved: pytorch#128383 Approved by: https://github.com/EikanWang
# Motivation Before pytorch#127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by pytorch#127741. Pull Request resolved: pytorch#128383 Approved by: https://github.com/EikanWang
# Motivation Before #127611 merged, the xpu-specific UT `test/test_xpu.py` was skipped temporarily. This PR aims to fix the UT bug introduced by #127741. Pull Request resolved: #128383 Approved by: https://github.com/EikanWang (cherry picked from commit 88974fe) Co-authored-by: Yu, Guangye <guangye.yu@intel.com>
Due to the xpu ci test has been enabled td by default, a lot of test cases (75%) have been skipped in CI tests. It caused some ci failures escaped from the ci tests, for example issue #127539. This PR depends on PR #127595 landed. Link to #114850