【发布时间】:2020-11-27 17:48:44
【问题描述】:
nvidia-smi 显示“未找到正在运行的进程”。 lsof /dev/nvidia* 为空。但是,当我尝试执行 nvidia-smi -r 时,它会说:
# nvidia-smi -r -i 0
GPU 00000000:xxxxxx is currently in use by another process.
1 device is currently being used by one or more other processes (e.g., Fabric Manager, CUDA application, graphics application such as an X server, or a monitoring application such as another instance of nvidia-smi). Please first kill all processes using this device and all compute applications running in the system.
我怎样才能找到实际使用它的进程?
【问题讨论】: