vkirangoud / cusp-library

Automatically exported from code.google.com/p/cusp-library
Apache License 2.0
0 stars 0 forks source link

Unknown memory leak #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When creating a sparse matrix using the poisson example some memory is not 
freed properly. Issue may extend beyond sparse matrix datatypes. Example 
results :

A is 1210000 x 1210000 with 6045600 entries.
Size of A in memory : 0.090086 GBytes
Device 0: "Tesla C2050" lost 270336 bytes.
Device 1: "Quadro FX 5800" lost 0 bytes.

Original issue reported on code.google.com by sdalton1@gmail.com on 31 Jul 2011 at 9:18

Attachments: