mtazzari / galario

Gpu Accelerated Library for Analysing Radio Interferometer Observations
https://mtazzari.github.io/galario/
GNU Lesser General Public License v3.0
31 stars 15 forks source link

Memory leak #29

Closed mtazzari closed 7 years ago

mtazzari commented 7 years ago

There is a memory leak in chi2() due to the fact that many cuda free have been commented out. Should be easy to fix: just uncomment them.