Hello,
I seem to have discovered a memory leak in the potrf_batched routines when running the tests for the same routine. The GPU memory used increases with the number of iterations, which is uncharacteristic of other tests like getri, getrf and potrs.
Could someone take a look at this? Thank you in advance.
Steps to identify this issue:
- Build the tests
- Run ./test_dpotrf_batched -n 1000 —batch 10 —niter 100
- Monitor the output of nvidia-smi
(d/s)potrf_batched has some kind of memory leak
-
vishwakftw
- Posts: 11
- Joined: Mon Dec 10, 2018 2:32 am
-
Stan Tomov
- Posts: 283
- Joined: Fri Aug 21, 2009 10:39 pm
Re: (d/s)potrf_batched has some kind of memory leak
Thank you for reporting it.
The leak has been fixed you can update from bitbucket.
The leak has been fixed you can update from bitbucket.
-
vishwakftw
- Posts: 11
- Joined: Mon Dec 10, 2018 2:32 am
Re: (d/s)potrf_batched has some kind of memory leak
Thank you for looking into this. I can verify that the bug has been fixed in the latest master.