-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Disable use_mkldnn when input is not contiguous for oneDNN #80864
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
Conversation
🔗 Helpful links
❌ 1 New FailuresAs of commit 8df1c08 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
6005f9d
to
15fac54
Compare
15fac54
to
91809e9
Compare
@pytorchbot merge -f |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @yanbing-j. |
…80864) Summary: Fixes [#80837](#80837). This PR is to disable use_mkldnn when input is not contiguous for oneDNN requirement. Pull Request resolved: #80864 Approved by: https://github.com/malfet Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/4655c3bace4d50b7d02fe0eb0e0fc2a792a518a7 Reviewed By: DanilBaibak Differential Revision: D37919713 Pulled By: DanilBaibak fbshipit-source-id: 40a7f5d802498d2a01a702e970982cc40b113e10
@pytorchbot revert -m "Reverting due for a perf regression pytorch/benchmark#1040" -c "weird" |
@pytorchbot successfully started a revert job. Check the current status here |
@yanbing-j your PR has been successfully reverted. |
…80864)" This reverts commit 4655c3b. Reverted #80864 on behalf of https://github.com/janeyx99 due to Reverting due for a perf regression pytorch/benchmark#1040
…80864)" Summary: This reverts commit 4655c3b. Reverted #80864 on behalf of https://github.com/janeyx99 due to Reverting due for a perf regression pytorch/benchmark#1040 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f82b19f15befe8f9d6f97d3cba8072963fbb9a43 Reviewed By: jeanschmidt Differential Revision: D37990809 Pulled By: jeanschmidt fbshipit-source-id: 0a5c46635e27a1006db3456e37785bf823285a86
this would cause performance regression for non-contiguous input, not a good plan. we need to pass |
Fixes #80837.
This PR is to disable use_mkldnn when input is not contiguous for oneDNN requirement.