cuda - Serbipunk/notes GitHub Wiki
7.3.6. Ubuntu
Create a file at /etc/modprobe.d/blacklist-nouveau.conf with the following contents:
blacklist nouveau
options nouveau modeset=0
Regenerate the kernel initramfs:
$ sudo update-initramfs -u
https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html
https://gist.github.com/kmhofmann/cee7c0053da8cc09d62d74a6a4c1c5e4
30x0 build torch cuda arch
https://blog.csdn.net/qq_31347869/article/details/123348901
export TORCH_CUDA_ARCH_LIST="8.0"