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
gpu_lock --name mylock # acquire a shareable lock named mylock
gpu_lock whatever # lock a different gpu
gpu_lock --name mylock # use the same gpu as the first line (assuming that process is still running, otherwise create a new shareable lock)