[ExecuTorch][WebGPU] Op-tests for conv1d_dw (depthwise conv1d)#21182
[ExecuTorch][WebGPU] Op-tests for conv1d_dw (depthwise conv1d)#21182JCNTH wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21182
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 77 New FailuresAs of commit 297a72f with merge base 266e0dc ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
psiddh
left a comment
There was a problem hiding this comment.
Approving full WebGPU stack
Stack from ghstack (oldest at bottom):
Adds the op-test suite for the depthwise conv1d config of
aten.convolutionported in the diff below.Key changes:
test/ops/test_conv1d_dw.py—Conv1dDWModule(depthwisenn.Conv1d(groups=C), seeded) +Conv1dDWTestdelegation smoke test.test/op_tests/cases.py—_conv1d_dw_suite: k3s1p1, k3s2p1, dil2, k5_nobias.Differential Revision: D112257610