-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Record the XPU and XCCL build settings in the compiled binary #147161
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/147161
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 9072ce0 with merge base 084c4aa ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
@gujinghui @zhangxiaoli73 @EikanWang please help review. |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
@pkourdis Could you help to add a UT in |
Added. |
6749ff3
to
2f26639
Compare
Failing unit test expected to pass when intel/torch-xpu-ops#1377 is merged and PyTorch gets this update. |
2f26639
to
f7ce842
Compare
@pytorchbot rebase |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
372d5b0
to
4cf8daa
Compare
@pytorchbot rebase |
You don't have permissions to rebase this PR since you are a first time contributor. If you think this is a mistake, please contact PyTorch Dev Infra. |
4cf8daa
to
ecea689
Compare
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
ecea689
to
71ffd3c
Compare
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
…ettings are recorded
Co-authored-by: Yu, Guangye <106960996+guangyey@users.noreply.github.com>
Co-authored-by: Yu, Guangye <106960996+guangyey@users.noreply.github.com>
Successfully rebased |
71ffd3c
to
9072ce0
Compare
Fixes #ISSUE_NUMBER
Currently the XPU and XCCL build settings are not recorded in the compiled binary and are not shown using the
torch.__config__.show()
which is a quick way to check if the binary has been built with such support.Below is the output adding them (see end of last line):