-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fast Formal Integral #2725
Fast Formal Integral #2725
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2725 +/- ##
==========================================
- Coverage 36.62% 36.56% -0.07%
==========================================
Files 186 186
Lines 14837 14867 +30
==========================================
+ Hits 5434 5436 +2
- Misses 9403 9431 +28 ☔ 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.
Mostly documentation-related requests.
# first contribution to integration | ||
# NOTE: this treatment of I_nu_b (given | ||
# by boundary conditions) is not in Lucy 1999; | ||
# should be re-examined carefully |
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.
Want to re-examine now? :D
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.
Eh, I can take a look back and try to rederive it
…n cuda device objecst
Fast formal integral subbranch
Removed unneccessary branching
small implimentation detail with indexing
added back the z_end
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.
Looks good, needs a rebase
…_integral_subbranch
Fast formal integral subbranch
Co-authored-by: Jing Lu <[email protected]>
📝 Speed up the GPU computation of the formal integral
Type: 🚀
feature
This updates the current GPU implementation of the formal integral to parallelize over both frequency bin and impact parameter.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label