且构网

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

CUDA驱动程序版本不足以用于CUDA运行时版本

更新时间:2021-10-05 03:51:57

我在运行时看到了相同的Mac OS 10.6上的最新驱动程序。

I saw the same at runtime with the latest driver on Mac OS 10.6.


cudaError_t error = cudaGetDevice(& device);
printf(%s\\\
,cudaGetErrorString(error));

我回到开发者网站,重新下载驱动程序,现在运行。
http://developer.nvidia.com/object/cuda_3_1_downloads.html#MacOS

I went back to the developer site, downloaded the driver again and now it runs. http://developer.nvidia.com/object/cuda_3_1_downloads.html#MacOS