soumith / cudnn.torch

Torch-7 FFI bindings for NVIDIA CuDNN
BSD 2-Clause "Simplified" License
400 stars 159 forks source link

cuDNN 5.1 + ubuntu 14.04 + torch7 = constant memory leak #361

Open AleximusOrloff opened 7 years ago

AleximusOrloff commented 7 years ago

while collectgarbage('count') always report same amount. no leak if cudnn.benchmark turned off

BransonMarvin commented 7 years ago

Have you managed to resolve the issue?