-
Notifications
You must be signed in to change notification settings - Fork 668
[Backend Tester] Skip tests with undelegated conv3d ops #14185
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🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14185
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 13 PendingAs of commit 8581f01 with merge base e7fecdf ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
We are missing a portable kernel implementation for Conv3d, so any tests that contain one will fail. Since conv1d, 2d, and 3d all share the same op, we need some logic to handle this constraint and skip the test. This fixes a small number of (incorrect) test failures on the backend suite when decomposed conv3d patterns are partially delegated.