doonny / PipeCNN

An OpenCL-based FPGA Accelerator for Convolutional Neural Networks
Apache License 2.0
1.22k stars 370 forks source link

内存泄漏问题 #71

Closed HulkSun closed 6 years ago

HulkSun commented 6 years ago

https://github.com/doonny/PipeCNN/blob/3bf485ad2cac3957af6ca17e2b6c6a1477962894/project/host/main.cpp#L1616 这个地方的mean_data使用完后没有释放空间,长时间运行会导致内存泄漏问题。

doonny commented 6 years ago

thx, I will take a look and fix it.