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.
我怎样才能找到哪个进程正在使用它呢?
发布于 2020-11-28 03:58:24
事实证明,这条信息有点误导人。只需执行modprobe -r nvidia_drm
,然后重置应该会像预期的那样工作。
https://stackoverflow.com/questions/65041694
复制相似问题