-
Notifications
You must be signed in to change notification settings - Fork 25.1k
[reland][DNNL]:enable conv3d #40691
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
[reland][DNNL]:enable conv3d #40691
Conversation
[ghstack-poisoned]
#35662 was reverted, the failed case is pytorch_paralleltbb_linux_xenial_py3_6_gcc5_4_test, but it can't be reproduced locally, need to check the platform details of this failed case. |
It is still failing tests (see #40735) please review tolerance and adjust affected tests. |
Differential Revision: [D22296548](https://our.internmc.facebook.com/intern/diff/D22296548) [ghstack-poisoned]
@VitalyFedyunin, for the conv3d failed cases, DNNL using different algorithm for group conv3d backward(gemm) and for non-group conv3d backward (jit), their results may have a little difference, So I change the relative tolerance from 0 to 1e-5. |
💊 CI failures summary and remediationsAs of commit 097e253 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 11 times. |
Differential Revision: [D22296548](https://our.internmc.facebook.com/intern/diff/D22296548) [ghstack-poisoned]
Differential Revision: [D22296548](https://our.internmc.facebook.com/intern/diff/D22296548) [ghstack-poisoned]
@VitalyFedyunin , could help see the internal failed case? |
Looks like rtol in internal tests, I plan to fix/land next few days. |
@VitalyFedyunin merged this pull request in b48ee17. |
Stack from ghstack:
Differential Revision: D22296548