且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以安装CUDA没有驱动程序在Linux CentOS 6(只有cuda工具包)

更新时间:2022-12-01 16:48:26

You can install the CUDA toolkit without installing the driver.

You can then compile CUDA codes that use the runtime API.

You will not be able to run those codes unless you have a proper CUDA driver and GPU installed in the machine, however.

Codes that depend on the driver API will also not be compilable in this configuration, without additional work.