memory leak in dgemm_

放肆的年华 提交于 2019-12-05 18:23:05

Looking at the stack trace, the leak (if it really is a leak, valgrind can generate false positives) isn't in the BLAS call itself, it is in the OS X Grand Central Dispatch userspace library which the Accelerate framework is using for multi-threading support in those BLAS calls. There isn't really anything you can do about it. If the leak effects the performance or stability of your application, then report it as a bug to Apple.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!