This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Move slice_tensor to consider single dim at a time (#71883)#5906
Closed
jfix71 wants to merge 1 commit intopytorch:masterfrom
Closed
Move slice_tensor to consider single dim at a time (#71883)#5906jfix71 wants to merge 1 commit intopytorch:masterfrom
jfix71 wants to merge 1 commit intopytorch:masterfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D33802222 |
Summary: Pull Request resolved: pytorch#5906 Pull Request resolved: pytorch/pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455. Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: b095733a3fa70c4a98f3ab880a249e358aa1e5bf
60d67e0 to
8680c83
Compare
|
This pull request was exported from Phabricator. Differential Revision: D33802222 |
jfix71
added a commit
to jfix71/pytorch
that referenced
this pull request
Jan 31, 2022
…#5906) Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch@66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 6796d65ea79107c0fcc577b583601f7c2dd35db1
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Jan 31, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: #71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25
pytorchmergebot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Jan 31, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: #71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 3, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch/pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch/pytorch@66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 3, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch/pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch/pytorch@66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 9, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch/pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch/pytorch@66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
cyyever
pushed a commit
to cyyever/pytorch_private
that referenced
this pull request
Feb 9, 2022
Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch/pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch/pytorch@66939e3). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 25, 2026
…#5906) Summary: Pull Request resolved: pytorch/glow#5906 Pull Request resolved: pytorch#71883 Fixes slice_tensor retracing. Include fix for retrace coverage. Missed in D33760455 (pytorch@286a259). Test Plan: CI Reviewed By: wushirong Differential Revision: D33802222 fbshipit-source-id: 4e0e44ae4a4eb70b99d79f0cd582182031b87e25 (cherry picked from commit 98fd23c)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary:
Pull Request resolved: pytorch/pytorch#71883
Fixes slice_tensor retracing. Include fix for retrace coverage.
Missed in D33760455.
Differential Revision: D33802222