[ExecuTorch][WebGPU] Op-tests for avg_pool2d#21176
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21176
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: ❌ 78 New FailuresAs of commit c0f9eb7 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
avg_pool2dop ported in the diff below.Key changes:
test/ops/test_avg_pool2d.py—AvgPool2dModule(F.avg_pool2d, parametrized by kernel/stride/padding/count_include_pad/ceil_mode/divisor) +AvgPool2dTestdelegation smoke test.test/op_tests/cases.py—_avg_pool2d_suite: basic, pad_cip, pad_nocip, asym, divisor, ceil_cip, ceil_nocip.Differential Revision: D112257624