Replace stable_permute and index_select shims with upstream torch::stable wrappers. - #9660
Open
adabeyta wants to merge 1 commit into
Open
Replace stable_permute and index_select shims with upstream torch::stable wrappers.#9660adabeyta wants to merge 1 commit into
adabeyta wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9660
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Unclassified FailureAs of commit a8e547d with merge base ac8d215 ( UNCLASSIFIED FAILURE - DrCI could not classify the following job because the workflow did not run on the merge base. The failure may be pre-existing on trunk or introduced by this PR:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…e::permute and torch::stable::index_select from the stable ABI.
adabeyta
force-pushed
the
stable-abi-cleanup
branch
from
September 9, 2026 20:00
dd0e4c1 to
a8e547d
Compare
adabeyta
changed the base branch from
main
to
adabeyta/fix-webp-grayscale-warning-test
September 9, 2026 20:01
adabeyta
added this pull request to stack #9664
September 9, 2026 20:02
adabeyta
marked this pull request as ready for review
September 9, 2026 20:03
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.
Drops local stable_permute and index_select shims that now have upstream equivalents in Pytorch 2.14:
stable_permute(Add stable permute and view_dtype (2.14+) pytorch#192083)stable_helpers::index_select(Add stable Tensor overloads for index_select, floor_divide, and is_pinned (2.14+) pytorch#192097)