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] Avoid extra Tensor refcounting in _cat_out_cpu #49364

Closed
wants to merge 2 commits into from

Conversation

swolchok
Copy link
Contributor

@swolchok swolchok commented Dec 14, 2020

Stack from ghstack:

We had a local Tensor when we only needed a const Tensor&.

Differential Revision: D25544731

NOTE FOR REVIEWERS: This PR has internal Facebook specific changes or comments, please review them on Phabricator!

We had a local `Tensor` when we only needed a `const Tensor&`.

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

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25544731/)!

[ghstack-poisoned]
swolchok added a commit that referenced this pull request Dec 14, 2020
We had a local `Tensor` when we only needed a `const Tensor&`.

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

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25544731/)!

ghstack-source-id: 118559137
Pull Request resolved: #49364
@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Dec 14, 2020

💊 CI failures summary and remediations

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


  • 1/1 failures possibly* introduced in this PR
    • 1/1 non-CircleCI failure(s)

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.

This comment has been revised 5 times.

We had a local `Tensor` when we only needed a `const Tensor&`.

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

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25544731/)!

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

This pull request has been merged in 1a05104.

@facebook-github-bot
Copy link
Contributor

This pull request has been reverted by 625bc40.

@facebook-github-bot facebook-github-bot deleted the gh/swolchok/44/head branch December 20, 2020 15:18
hwangdeyu pushed a commit to hwangdeyu/pytorch that referenced this pull request Jan 6, 2021
Summary:
Pull Request resolved: pytorch#49364

We had a local `Tensor` when we only needed a `const Tensor&`.
ghstack-source-id: 118624595

Test Plan: Internal benchmark.

Reviewed By: hlu1

Differential Revision: D25544731

fbshipit-source-id: 7b9656d0371ab65a6313cb0ad4aa1df707884c1c
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.

None yet

2 participants