Memory leak in test.h #36
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.