check params shape for mkldnn_convolution#76526
check params shape for mkldnn_convolution#76526iexpos wants to merge 5 commits intopytorch:masterfrom iexpos:master
Conversation
|
Hi @iexpos! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 94bead7 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
@VitalyFedyunin @malfet -- would one of you suggest an appropriate reviewer for this PR? |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
cc @jbschlosser |
jbschlosser
left a comment
There was a problem hiding this comment.
LGTM, thanks for the fix! Do you mind rebasing to see if we can silence some of the spurious CI checks?
@jbschlosser Already rebased to latest, please check. |
|
@pytorchbot merge |
|
@pytorchbot successfully started a merge and created land time checks. See merge status here and land check progress here |
Fixes #73193 Follow check rules from native/Convolution.cpp without transpose supported. Seems that mkldnn_convolution does not support transpose. ideep has special api for that. Pull Request resolved: #76526 Approved by: https://github.com/XiaobingSuper, https://github.com/mingfeima, https://github.com/jbschlosser
|
Merge failed due to Failed to merge; some land checks failed: pull, pull / win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) |
|
@pytorchbot merge -f "unrelated errors" |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @iexpos. |
Summary: Fixes #73193 Follow check rules from native/Convolution.cpp without transpose supported. Seems that mkldnn_convolution does not support transpose. ideep has special api for that. Pull Request resolved: #76526 Approved by: https://github.com/XiaobingSuper, https://github.com/mingfeima, https://github.com/jbschlosser Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/9f5f6ba68337f071f3141309348b0eed103a8d18 Reviewed By: kit1980 Differential Revision: D38359687 fbshipit-source-id: 3b8f88bde97bb800329baa3a6ad189de1849712c
Fixes #73193
Follow check rules from native/Convolution.cpp without transpose supported.
Seems that mkldnn_convolution does not support transpose. ideep has special api for that.