-
Notifications
You must be signed in to change notification settings - Fork 97
feat: Add freeOnDevice calls on Wave Propagation Solvers #2610
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
feat: Add freeOnDevice calls on Wave Propagation Solvers #2610
Conversation
This reverts commit bb15aae.
…s://github.com/GEOS-DEV/GEOS into feature/AddFreeOnDeviceInWavePropagationSolver
|
@acitrain is it still active? |
yes it should.. @jiemeng-total are you going to use this pull request for the free on device etc stuf? |
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.
can you remove the commented-out line? if its not needed its not needed.
@wrtobin Sure, thanks for pointing it out!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2610 +/- ##
===========================================
+ Coverage 56.40% 56.41% +0.01%
===========================================
Files 1065 1065
Lines 90331 90396 +65
===========================================
+ Hits 50951 51001 +50
- Misses 39380 39395 +15 ☔ View full report in Codecov by Sentry. |
* Add freeOnDevice calls * Update LvArray submodule * Revert "Update LvArray submodule" This reverts commit bb15aae. * Update LvArray submodule * add FreeOnDevice for Array * adding freeOnDevice for wavePropagation sovlers * add freeOnDevice function to AcousticFirstOrderWaveEquationSEM * udpate LvArray version * added freeOnDevice calls to all other wave solvers * uncrustify --------- Co-authored-by: Stefano Frambati <stefano.frambati@totalenergies.com> Co-authored-by: Jie Meng <jie.meng@total.com> Co-authored-by: j0405284 <stefano.frambati@total.com>
This PR add the call to free some array from GPU memory using freeOnDevice method added in the following LvArray PR :
GEOS-DEV/LvArray#298