[ExecuTorch][WebGPU] Op-tests for grid_sampler_2d#21180
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21180
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: ❌ 79 New FailuresAs of commit 967aa35 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
grid_sampler_2dop ported in the diff below.Key changes:
test/ops/test_grid_sampler_2d.py—GridSampler2dModule(F.grid_sample, bilinear/border/align_corners=True) +GridSampler2dTestdelegation smoke test. Both inputs are float, so the framework feeds x + grid directly.test/op_tests/cases.py—_grid_sampler_2d_suite: sq, wide_in, batch.Differential Revision: D112257658