[ExecuTorch][WebGPU] Op-tests for conv1d pointwise#21184
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21184
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 5dac55a 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 pointwise conv1d config of
aten.convolutionported in the diff below.Key changes:
test/ops/test_conv1d_pw.py—Conv1dPwModule(pointwisenn.Conv1d(K=1), seeded) +Conv1dPwTestdelegation smoke test.test/op_tests/cases.py—_conv1d_pw_suite: ic4_oc6, square, oc2_nobias, ic8_oc8, batch2.Differential Revision: D112257630