You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not list the same GPU process more than once (wookayin#84)
* Do not list the same GPU process more than once
A single process might appear in both of graphics and compute running
processes list (wookayin#18). In such cases, the same process (same PID)
would appear appearing twice. We fix this bug: list a process only once.
* Add comments for seen_pids
Co-authored-by: Kaiyu Shi <[email protected]>
0 commit comments