Skip to content

Instantly share code, notes, and snippets.

@cuckookernel
Created June 18, 2023 16:59
Show Gist options
  • Save cuckookernel/2da734650e4248f0f0678a0f590b148d to your computer and use it in GitHub Desktop.
Save cuckookernel/2da734650e4248f0f0678a0f590b148d to your computer and use it in GitHub Desktop.
Restart nvidia GPU after hybernation
# Optional To find out what processes are using GPU
sudo fuser -v /dev/nvidia*
# to restart
sudo rmmod nvidia_uvm && sudo modprobe nvidia_uvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment