[PyTorch Edge] Avoid string copying in TypeParser#64278
Closed
swolchok wants to merge 28 commits intogh/swolchok/285/basefrom
Closed
[PyTorch Edge] Avoid string copying in TypeParser#64278swolchok wants to merge 28 commits intogh/swolchok/285/basefrom
swolchok wants to merge 28 commits intogh/swolchok/285/basefrom
Conversation
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Contributor
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 6b28ff1 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
❄️ 2 failures tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
This was referenced Aug 31, 2021
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Aug 31, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 137085045 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 3, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 137381860 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 7, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 137441338 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 8, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 137566826 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 9, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 137694628 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 15, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 138169260 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
swolchok
added a commit
that referenced
this pull request
Sep 20, 2021
Pull Request resolved: #64278 Use c10::string_view and const char* to copy less. ghstack-source-id: 138545732 Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/)
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slowFor more information, please take a look at the CI Flow Wiki. |
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
This was referenced Sep 23, 2021
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
Use c10::string_view and const char* to copy less. Differential Revision: [D30650712](https://our.internmc.facebook.com/intern/diff/D30650712/) [ghstack-poisoned]
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Stack from ghstack:
Use c10::string_view and const char* to copy less.
Differential Revision: D30650712