-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix xpu cmake typo #140374
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
Fix xpu cmake typo #140374
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/140374
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 825f2e0 with merge base 330c957 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@atalman Sorry for that. This typo error caused an unexpected build behavior, resulting in the XPU build on Windows falling back to a CPU-only binary. Currently, XPU CI for Windows has not been enabled to capture similar issues due to the limitation of XPU CI infrastructure. But we comprehensively run test cases to guarantee the code quality locally, which might not expose the issue immediately. |
|
@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: HTTP Error 504: Gateway Timeout 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: 1 jobs have failed, first few of them are: xpu / linux-jammy-xpu-py3.9 / test (default, 2, 4, linux.idc.xpu) Details for Dev Infra teamRaised by workflow job |
atalman
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.
lgtm
|
This failure was introduced by a particular PR yesterday. Because the test case does not support Intel GPU, we will refine the test case and fix the failure in another PR. |
|
@pytorchbot merge -i "Irrelevant CI failure" |
|
❌ 🤖 pytorchbot command failed: Try |
|
@pytorchbot merge -i |
Merge startedYour change will be merged while ignoring the following 1 checks: xpu / linux-jammy-xpu-py3.9 / test (default, 2, 4, linux.idc.xpu) Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
# Motivation This PR aims to fix a typo in the CMake build. The typo impacts the XPU Windows build and results in PyTorch being built without XPU, which is unexpected. Pull Request resolved: pytorch#140374 Approved by: https://github.com/EikanWang, https://github.com/ezyang, https://github.com/atalman
# Motivation This PR aims to fix a typo in the CMake build. The typo impacts the XPU Windows build and results in PyTorch being built without XPU, which is unexpected. Pull Request resolved: pytorch#140374 Approved by: https://github.com/EikanWang, https://github.com/ezyang, https://github.com/atalman
# Motivation This PR aims to fix a typo in the CMake build. The typo impacts the XPU Windows build and results in PyTorch being built without XPU, which is unexpected. Pull Request resolved: pytorch#140374 Approved by: https://github.com/EikanWang, https://github.com/ezyang, https://github.com/atalman
# Motivation This PR aims to fix a typo in the CMake build. The typo impacts the XPU Windows build and results in PyTorch being built without XPU, which is unexpected. Pull Request resolved: pytorch#140374 Approved by: https://github.com/EikanWang, https://github.com/ezyang, https://github.com/atalman
Stack from ghstack (oldest at bottom):
Motivation
This PR aims to fix a typo in the CMake build. The typo impacts the XPU Windows build and results in PyTorch being built without XPU, which is unexpected.
cc @gujinghui @EikanWang @fengyuan14