-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[DEBUG] REmove has CUDA #153349
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?
[DEBUG] REmove has CUDA #153349
Conversation
Differential Revision: D74549863
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/153349
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Unrelated FailureAs of commit ccf861f with merge base 0104ac0 ( NEW FAILURE - The following job has failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D74549863 |
This PR needs a
|
std::string line_s = "line"; | ||
std::string name_s = "name"; | ||
std::string filename_s = "filename"; | ||
std::vector<nlohmann::json> all_frames; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a reserve here to preallocate length
Differential Revision: D74549863