deviceQuery returns CUDA driver is insufficient

I have just installed CUDA 11.5.

My machine details:

  1. ASUS N550L (notebook)
  2. NVidia Geforce GT745m
  3. Windows 10

I have installed:

  1. 425.31-notebook-win10-64bit-international-whql
  2. Microsoft Visual Studio 2019 community edition
  3. CUDA 11.5 toolkit

I compiled and ran deviceQuery sample program from visual studio and the output show " CUDA driver version is insufficient for CUDA runtime version
Result = FAIL".

What can be the problem?

The GT745m is a Compute Capability 3.0 card, which Cuda 11.5 does not support. The last version that did is 10.2.

2 Likes