What's the relation between nvidia driver, cuda driver and cuda toolkit?
问题 In the nvidia driver package, there is libcuda.so. Is the cuda driver the same as nvidia driver? And what's the relation between cuda toolkit and libcuda.so? 回答1: From cuda document http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#driver-api http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#versioning-and-compatibility It seems cuda driver is libcuda.so which is included in nvidia driver and used by cuda runtime api Nvidia driver includes driver kernel module and