What's the relation between nvidia driver, cuda driver and cuda toolkit?

对着背影说爱祢 提交于 2020-01-02 03:51:04

问题


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 user libraries.

Cuda toolkit is an SDK contains compiler, api, libs, docs, etc...



来源:https://stackoverflow.com/questions/45293580/whats-the-relation-between-nvidia-driver-cuda-driver-and-cuda-toolkit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!