-
Notifications
You must be signed in to change notification settings - Fork 684
Allow custom sizes, dim order and strides for tensor view. #14944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@shoumikhin has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84259597. |
This PR needs a
|
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14944
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New FailuresAs of commit 7d280c6 with merge base d39992f ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
0947d67
to
d496197
Compare
…4944) Summary: . Differential Revision: D84259597
…4944) Summary: . Differential Revision: D84259597
d496197
to
d5e65f7
Compare
…4944) Summary: . Differential Revision: D84259597
d5e65f7
to
7d280c6
Compare
@pytorchbot cherry-pick --onto release/1.0 -c fixnewfeature |
Summary: The `make_tensor_ptr(TensrPtr)` overload creates a view on an existing `Tensor`. Here we provide a way for users to customize the shape, etc. so that they can easily do squeeze/unsqueeze and other convenient operations. Differential Revision: D84259597 (cherry picked from commit 4bdd3df)
Cherry picking #14944The cherry pick PR is at #14982 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Summary: .
Differential Revision: D84259597