Nothing Special   »   [go: up one dir, main page]

Skip to content
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

[PyTorch] Migrate TensorAdvancedIndexing TI usage to borrowing where possible #58276

Closed
wants to merge 2 commits into from

Conversation

swolchok
Copy link
Contributor
@swolchok swolchok commented May 13, 2021

Stack from ghstack:

Borrowing is more efficient, and we can see in all these cases that the TensorIterator doesn't outlive the input & output Tensors.

Differential Revision: D28428234

…possible

Borrowing is more efficient, and we can see in all these cases that the TensorIterator doesn't outlive the input & output Tensors.

Differential Revision: [D28428234](https://our.internmc.facebook.com/intern/diff/D28428234/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented May 13, 2021

💊 CI failures summary and remediations

As of commit 48595ad (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

…wing where possible"

Borrowing is more efficient, and we can see in all these cases that the TensorIterator doesn't outlive the input & output Tensors.

Differential Revision: [D28428234](https://our.internmc.facebook.com/intern/diff/D28428234/)

[ghstack-poisoned]
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 029289b.

@facebook-github-bot facebook-github-bot deleted the gh/swolchok/233/head branch May 22, 2021 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants