What can I do against 'CUDA driver version is insufficient for CUDA runtime version'?

后端 未结 3 1663
青春惊慌失措
青春惊慌失措 2020-11-28 14:56

When I go to /usr/local/cuda/samples/1_Utilities/deviceQuery and execute

moose@pc09 /usr/local/cuda/samples/1_Utilities/deviceQuery $ sudo make          


        
3条回答
  •  再見小時候
    2020-11-28 15:03

    Update your NVIDIA driver. At the moment you have the driver which only supports CUDA 6 or lower, and you are trying to use the CUDA 7.0 toolkit with it.

提交回复
热议问题