-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
solve mklml memory leak #23557
solve mklml memory leak #23557
Conversation
test=develop
test=develop
在windows上
下载 https://paddlepaddledeps.bj.bcebos.com/mklml_win_2019.0.1.20181227.zip windows安装包后,
@yinghu5 请问windows下是要用 |
已和 @yinghu5 确认目前repo中集成的windows版本 这个PR会暂时不修windows上的内存泄漏,后续通过升级mklml版本来解决。 |
test=develop
已在linux平台,用户模型下测试,合入此pr后修复了由于mkl导致的内存泄露问题。 |
windows版本的内存泄漏解决了吗,测试发现当前版本仍然存在 |
fix #22827
mkl_disable_fast_mm()
function ormkl_thread_free_buffers
function could not fix the memory leak.