-
Notifications
You must be signed in to change notification settings - Fork 32
Optimize bürgergeld__in_anderer_bg_als_kindergeldempfänger
#1076
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
Conversation
Documentation build overviewFiles changed
Show files (3) | 3 modified | 0 added | 0 deleted
|
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.
Very nice! Again, just a couple of stylistic comments and the reminder to not forget the changelog!
de94ca8
to
38416f6
Compare
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.
Excellent, thanks!
And thanks to @mj023 for identifying the source of the quadratic memory explosion in JAX! |
"Twin PR" to ttsim-dev/ttsim#41. Uses the optimized
tt.shared.join
in that PR.[EDIT: Just realized I need to change this twice, once for "bürgergeld" and once for "arbeitslosengeld_2".]
[EDIT2: I added the blocked label because this should only be merged after ttsim#41 is accepted. It really wouldn't help to use the very inefficient current implementation of
tt.shared.join
. 😅][EDIT3: Pushed a commit to fix the quadratic memory scaling for JAX, as discussed in https://github.com/ttsim-dev/ttsim/pull/41]