[Resolved] Which CUDA version support GeForce 9300 GS with driver 340.104

Hi, my GPU version is:

moyinan@moyinan:~/cuda/NVIDIA_CUDA-9.1_Samples/1_Utilities/deviceQuery$ lspci | grep -i nvidia
01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce 9300M GS] (rev a1)

It should supported the cuda from the cuda supported list(legacy GPUs, with compute cap 1.3), so which cude version should I choose?

Thanks.

CUDA 6.5

9300M GS is a compute capability 1.1 device, not 1.3
[url]https://developer.nvidia.com/cuda-legacy-gpus[/url]

Thank you for your quick reply, txbob.

Yes it is 1.1 device.

And one more question please, where can I get the information about the version relationship between CUDA and the nvidan GPU
or the driver?
Do you have a list about that?

Thanks.

here are some lists:

[url]https://developer.nvidia.com/cuda-gpus[/url]

[url]ubuntu - What is the correct version of CUDA for my nvidia driver? - Stack Overflow

[url]CUDA compute capability requirements - Stack Overflow

Great! Thank you txbob.