[ExecuTorch][WebGPU] Op-tests for index_select#21172
Open
JCNTH wants to merge 2 commits into
Open
Conversation
This PR needs a
|
This was referenced Jul 22, 2026
This was referenced Jul 22, 2026
psiddh
approved these changes
Jul 23, 2026
psiddh
left a comment
Contributor
There was a problem hiding this comment.
Approving full WebGPU stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Adds the op-test suite for the
index_selectop ported in the diff below.Key changes:
test/ops/test_index_select.py—IndexSelectModulegathers via a baked int index buffer, so the only runtime input is the float tensor (the op-test framework is float-only);torch.index_select(x, dim, self.index). +IndexSelectTestdelegation smoke test (mirrorsSplitTest).test/op_tests/cases.py—_index_select_suite: dim0_1d, dim0_2d, dim1_2d (repeated index), dim1_3d (middle dim), dim2_3d.@exported-using-ghexport
Differential Revision: D112257648
Differential Revision: D112257648