-
Notifications
You must be signed in to change notification settings - Fork 688
Use ::std::string_view #12706
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
base: main
Are you sure you want to change the base?
Use ::std::string_view #12706
Conversation
Signed-off-by: cyy <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12706
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: none" |
Unrelated failures. |
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary
This change is to make it possible to change PyTorch to use
::std::string_view
in torchgen. Other standard types in the same file also use::std
namespace.