Created
June 18, 2023 16:59
-
-
Save cuckookernel/2da734650e4248f0f0678a0f590b148d to your computer and use it in GitHub Desktop.
Restart nvidia GPU after hybernation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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