Memory leak in test.h #36

Closed
opened 2020-06-14 15:23:02 +02:00 by JoeCool90 · 1 comment
JoeCool90 commented 2020-06-14 15:23:02 +02:00 (Migrated from github.com)

In test.h data is being set via the call to readBinaryFile with a call to cudamalloc, but I'm not seeing a corresponding cudafree.

Sorry if I misread the code.

In test.h data is being set via the call to readBinaryFile with a call to cudamalloc, but I'm not seeing a corresponding cudafree. Sorry if I misread the code.
ceccocats commented 2020-06-14 16:37:53 +02:00 (Migrated from github.com)

Im aware that there are a lot of memory leaks.
I still need to recheck all the memory alloc to find some memory leaks especially in the layers.

Im aware that there are a lot of memory leaks. I still need to recheck all the memory alloc to find some memory leaks especially in the layers.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmr/tkDNN#36