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 move-constructing a List in listConstruct #49355

Closed
wants to merge 3 commits into from

Conversation

swolchok
Copy link
Contributor

@swolchok swolchok commented Dec 14, 2020

Stack from ghstack:

List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.

Differential Revision: D25542190

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

List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.

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

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

[ghstack-poisoned]
@facebook-github-bot facebook-github-bot added cla signed oncall: jit Add this issue/PR to JIT oncall triage queue labels Dec 14, 2020
swolchok added a commit that referenced this pull request Dec 14, 2020
List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.

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

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

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

facebook-github-bot commented Dec 14, 2020

💊 CI failures summary and remediations

As of commit 03d4bda (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.

This comment has been revised 23 times.

List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.

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

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

[ghstack-poisoned]
swolchok added a commit that referenced this pull request Dec 14, 2020
Pull Request resolved: #49355

List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.
ghstack-source-id: 118553015

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

**NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D25542190/)!
List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.

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

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

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

This pull request has been merged in 76d09ec.

@facebook-github-bot facebook-github-bot deleted the gh/swolchok/42/head branch December 19, 2020 15:18
hwangdeyu pushed a commit to hwangdeyu/pytorch that referenced this pull request Jan 6, 2021
)

Summary:
Pull Request resolved: pytorch#49355

List's move ctor is a little bit more expensive than you might expect, but we can easily avoid it.
ghstack-source-id: 118624596

Test Plan: Roughly 1% improvement on internal benchmark.

Reviewed By: hlu1

Differential Revision: D25542190

fbshipit-source-id: 08532642c7d1f1604e16c8ebefd1ed3e56f7c919
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed Merged oncall: jit Add this issue/PR to JIT oncall triage queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants