[ExecuTorch][WebGPU] constant_pad_nd op tests#20858
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20858
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit dbcc293 with merge base aceeb40 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Stack from ghstack (oldest at bottom):
Splits the
constant_pad_ndop tests into their own diff, stacked directly above theconstant_pad_ndop — keeping an op and its tests in separate diffs (op below, tests above) per this backend's convention. Addstest/ops/test_constant_pad_nd.pyand registers theconstant_pad_nd@register_op_testsuite intest/op_tests/cases.py.Co-authored-with: Claude Code.
Differential Revision: D111072712