Skip to content
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

Adding support for vectorized hfmm3d calls #74

Merged
merged 3 commits into from
Sep 21, 2023
Merged

Adding support for vectorized hfmm3d calls #74

merged 3 commits into from
Sep 21, 2023

Conversation

mipals
Copy link
Owner

@mipals mipals commented Sep 21, 2023

Adding support vectorized hfmm3d calls. As mentioned by Manas Rachh the calls should be done in batches of around 16-32 densities at a time.

Adding support for vectorized calls to `hfmm3d`. As mentioned by Manas Rachh the speedup is limited around batches of sizes 16-32 so the multiplication is done in batches.
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #74 (ecca078) into main (6becae3) will decrease coverage by 0.61%.
Report is 3 commits behind head on main.
The diff coverage is 13.20%.

@@            Coverage Diff             @@
##             main      #74      +/-   ##
==========================================
- Coverage   48.76%   48.16%   -0.61%     
==========================================
  Files          38       38              
  Lines        3488     3536      +48     
==========================================
+ Hits         1701     1703       +2     
- Misses       1787     1833      +46     
Files Changed Coverage Δ
src/BoundaryIntegralEquations.jl 100.00% <ø> (ø)
src/3d/fast_multipole_method.jl 65.59% <13.20%> (-21.37%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mipals mipals merged commit 6ccff7c into main Sep 21, 2023
2 of 4 checks passed
@mipals mipals deleted the dev branch September 21, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant