tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
818 stars 173 forks source link

Memory leak #69

Closed tianchaijz closed 5 years ago

tianchaijz commented 5 years ago

Hi John:

https://github.com/tromp/cuckoo/blob/master/src/cuckoo/mean.cu#L409

cudaEventCreate without cudaEventDestroy will lead memory leak.

tromp commented 5 years ago

Hopefully all fixed now...

tianchaijz commented 5 years ago

Thanks John!