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

后端 未结 3 1647
青春惊慌失措
青春惊慌失措 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.

    0 讨论(0)
  • 2020-11-28 15:08

    I ran into this exact same error message with toolkit 8.0 on ubuntu 1604. I tried reinstalling toolkit, cudnn, etc etc and it didn't help. The solution turned out to be very simple: update to the latest NVIDIA driver. I installed NVIDIA-Linux-x86_64-367.57.run and the error went away.

    0 讨论(0)
  • 2020-11-28 15:28

    My cent,

    this error may be related to the selected GPU mode (Performance/Power Saving Mode), when you select (with nvidia-settings utiliy) the integrated Intel GPU and you execute the deviceQuery script... you get this error:

    -> CUDA driver version is insufficient for CUDA runtime version

    But this error is misleading, by selecting back the NVIDIA GPU(Performance mode) with nvidia-settings utility the problem disappears.

    It is not a version problem (in my scenario).

    Regards

    0 讨论(0)
提交回复
热议问题