Check Which Processes are Using the Nvidia GPU

Apart from nvidia-smi, on Linux you can check which processes might be using the GPU using the command

sudo fuser -v /dev/nvidia*

This will list processes that have NVIDIA GPU device nodes open.