Skip to content
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

NPU上每个device显示有重复的进程id #767

Closed
zhjc opened this issue Aug 22, 2023 · 2 comments
Closed

NPU上每个device显示有重复的进程id #767

zhjc opened this issue Aug 22, 2023 · 2 comments

Comments

@zhjc
Copy link

zhjc commented Aug 22, 2023

NPU上每个device显示有重复的进程id,只占用少量显存,类似僵尸进程

@zhjc
Copy link
Author

zhjc commented Aug 22, 2023

如下,进程 47881 在device 0 为业务进程,在device 1是僵尸进程
+===========================+===============+====================================================+
+---------------------------+---------------+----------------------------------------------------+
| NPU Chip | Process id | Process name | Process memory(MB) |
+===========================+===============+====================================================+
| 0 0 | 47928 | python | 90 |
| 0 0 | 47896 | python | 90 |
| 0 0 | 47920 | python | 90 |
| 0 0 | 47907 | python | 90 |
| 0 0 | 47910 | python | 90 |
| 0 0 | 47913 | python | 90 |
| 0 0 | 47881 | python | 4184 |
| 0 0 | 47892 | python | 90 |
+===========================+===============+====================================================+
| 1 0 | 47928 | python | 90 |
| 1 0 | 47896 | python | 90 |
| 1 0 | 47920 | python | 89 |
| 1 0 | 47907 | python | 89 |
| 1 0 | 47910 | python | 90 |
| 1 0 | 47913 | python | 90 |
| 1 0 | 47881 | python | 103 |
| 1 0 | 47892 | python | 4169 |
+===========================+===============+====================================================+
| 2 0 | 47928 | python | 89 |

@ronny1996
Copy link
Collaborator

Fixed PaddlePaddle/Paddle#56580

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants