[xpu][fix] Fix OneDNN deconv when using output_padding#169176
[xpu][fix] Fix OneDNN deconv when using output_padding#169176LuFinch wants to merge 3 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/169176
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 7cf7632 with merge base c6ae757 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| dnnl::memory::dims _stride = stride.vec(); | ||
| dnnl::memory::dims _padding = padding.vec(); | ||
| dnnl::memory::dims _padding_l = padding.vec(); | ||
| dnnl::memory::dims _padding_r = padding_r(padding, dst_padding); |
There was a problem hiding this comment.
What does r(padding_r) represent? Right?
|
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. |
5696c24 to
e4b4f82
Compare
|
@pytorchbot rebase |
|
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
|
Successfully rebased |
947193d to
7cf7632
Compare
|
@pytorchbot merge |
Merge failedReason: Approvers from one of the following sets are needed:
|
|
@EikanWang Could you help merge? It needs approval |
|
Hi @jansel , @desertfire , this PR intends to fix a deconv issue on XPU. And we also need to fix some Inductor test cases, respectively. Regarding the XPU part, it looks good to me. For Inductor test cases, it would be appreciated if you could review the related changes whenever you have a moment. |
|
The CI failures are irrelevant to this 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 |
Fixes intel/torch-xpu-ops#1898. The output padding was not used. This PR takes this parameter into account. Pull Request resolved: pytorch#169176 Approved by: https://github.com/EikanWang, https://github.com/jansel
Fixes intel/torch-xpu-ops#1898. The output padding was not used. This PR takes this parameter into account. Pull Request resolved: #169176 Approved by: https://github.com/EikanWang, https://github.com/jansel
Fixes intel/torch-xpu-ops#1898. The output padding was not used. This PR takes this parameter into account. Pull Request resolved: pytorch#169176 Approved by: https://github.com/EikanWang, https://github.com/jansel
Fixes intel/torch-xpu-ops#1898. The output padding was not used. This PR takes this parameter into account.
cc @jgong5 @mingfeima @XiaobingSuper @sanchitintel @ashokei @jingxu10 @jerryzh168 @aditew01 @voznesenskym @penguinwu @EikanWang @Guobing-Chen @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @kadeng @muchulee8 @amjames @chauhang @aakhundov @coconutruben @jataylo