-
Notifications
You must be signed in to change notification settings - Fork 468
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
New autodiff graph memory management strategy #1698
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1698 +/- ##
==========================================
+ Coverage 86.41% 86.45% +0.04%
==========================================
Files 694 696 +2
Lines 80635 81236 +601
==========================================
+ Hits 69677 70233 +556
- Misses 10958 11003 +45 ☔ View full report in Codecov by Sentry. |
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.
LGTM
--------- Co-authored-by: nathaniel <nathaniel.simard.42@gmail.com>
I reworked the graph memory management strategy in the autodiff backend.
Fix #1669