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

Memory Pools #82

Merged
merged 22 commits into from
Nov 19, 2022
Merged

Memory Pools #82

merged 22 commits into from
Nov 19, 2022

Conversation

noelchalmers
Copy link
Member

Update OCCA and use new features like memory pools!

Using memory pools lets us reduce overall memory usage by re-using a single scratch space in different libraries.

…tor may be from a memory pool and be uninitialized
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #82 (7a74aff) into staging (b80387f) will decrease coverage by 0.12%.
The diff coverage is 89.49%.

@@             Coverage Diff             @@
##           staging      #82      +/-   ##
===========================================
- Coverage    86.05%   85.92%   -0.13%     
===========================================
  Files          284      284              
  Lines        19762    19820      +58     
===========================================
+ Hits         17006    17031      +25     
- Misses        2756     2789      +33     
Impacted Files Coverage Δ
include/linAlg.hpp 100.00% <ø> (ø)
include/linearSolver.hpp 100.00% <ø> (ø)
include/parAlmond.hpp 100.00% <ø> (+6.66%) ⬆️
include/parAlmond/parAlmondAMGLevel.hpp 100.00% <ø> (ø)
include/parAlmond/parAlmondCoarseSolver.hpp 85.71% <0.00%> (-14.29%) ⬇️
include/parAlmond/parAlmondparCSR.hpp 100.00% <ø> (ø)
include/timeStepper.hpp 66.66% <ø> (ø)
libs/mesh/meshBasisTri2D.cpp 90.16% <ø> (ø)
libs/parAlmond/parAlmond.cpp 64.70% <0.00%> (-23.30%) ⬇️
solvers/acoustics/acoustics.hpp 100.00% <ø> (ø)
... and 87 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@noelchalmers noelchalmers marked this pull request as ready for review November 19, 2022 16:03
@noelchalmers noelchalmers merged commit 7157a46 into staging Nov 19, 2022
@noelchalmers noelchalmers deleted the feature/memPool branch November 19, 2022 16:04
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