-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Clean up memory management in impl_func_norm #155432
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?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/155432
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8089abf with merge base 3040ca6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
4c417f5
to
8089abf
Compare
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Explicitly allocating & autoreleasing the various data structures in impl_func_norm reduces memory growth. Should help mitigate #154329