[ExecuTorch][WebGPU] Op-tests for repeat#21169
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21169
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: ✅ You can merge normally! (2 Unrelated Failures)As of commit a82d1f9 with merge base 266e0dc ( 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
|
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
repeatop ported in the diff below.Key changes:
test/ops/test_repeat.py—RepeatModule(x.repeat(*repeats)) +RepeatTestexport-delegation smoke test (mirrorsPermuteTest/FlipTest).test/op_tests/cases.py—_repeat_suite: tile_1d, tile_2d, prepend_3d[1,3,2], prepend_ext[2,3,1], tile_3d[2,1,2].Differential Revision: D112257616