我在 Ubuntu 19.10 上使用 CUDA 10.1。在目录中通过一些演示后,一切看起来都很好NVIDIA_CUDA-10.1_Samples
。nvidia-smi
也运行良好。
然而,当我使用cuda-gdb
它时它说:
fatal: The CUDA driver initialization failed. (error code = CUDBG_ERROR_UNKNOWN(0x1)
也许我这里缺少一些库?当我第一次输入时,它提示:
cuda-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
所以我安装了libncurses5
。
ubuntu-drivers
我使用文件中的 CUDA 工具包安装了驱动程序 435。.run
我还将版本从 9 切换gcc
到g++
了 8。