-
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
[WIP] Solve mklml memory leakage #23314
Conversation
@yinghu5 根据 #22827 (comment) ,9da98cd 将
备注:
|
使用pprof工具,类似 https://github.com/PaddlePaddle/Paddle/pull/18372/files#issuecomment-506920962
|
在PR_CI_Inference中碰到
|
valgrind工具
日志
两者都有泄漏,但openblas泄漏的少 |
根据上一条的日志,使用
能看到9da98cd 确实能修复iomp5泄漏的问题。修复前的日志如下:
|
使用
|
@yinghu5 最新发现,使用develop分支,直接在 |
Solve memory leakage by removing one intel libiomp5 library and keeping gnu libgomp5.
fix #22827