-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Update torch-xpu-ops commit pin #139041
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
Update torch-xpu-ops commit pin #139041
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/139041
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d23228e with merge base 38645e8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Successfully rebased |
#139050 landed. |
Please include this fix intel/torch-xpu-ops#1032 to the PR |
@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 |
This is not must to have. Let's include this PR in the next commit update. |
@ezyang Thanks very much~ |
# Motivation This PR intends to update torch-xpu-ops commit pin. It mainly includes the following two highlighted changes: 1. split the DLL library into 4 smaller libraries to avoid the 2G limitation on Windows; 2. some new operators added, for example, `cdist`, `pdist`, `maxunpool2d`, `maxunpood3d`, `upsample_trilinear3d, `Bessel operators`, etc... # Additional Context We have to supply XPU device check logic in `cdist` and `pdist` ops. This PR depends on pytorch#139050 to fix Windows build issue. Pull Request resolved: pytorch#139041 Approved by: https://github.com/EikanWang, https://github.com/ezyang
Stack from ghstack (oldest at bottom):
Motivation
This PR intends to update torch-xpu-ops commit pin. It mainly includes the following two highlighted changes:
cdist
,pdist
,maxunpool2d
,maxunpood3d
,upsample_trilinear3d,
Bessel operators`, etc...Additional Context
We have to supply XPU device check logic in
cdist
andpdist
ops.This PR depends on #139050 to fix Windows build issue.