Hello, i want to install a GPU NVIDIA GEFORCE GT 730 card on windows 8.1and program it with CUDA. I have installed Visual Studio 2019. I have installed NVIDIA Display Driver 391.35-win8-win7-64bit for the card and GPU-Z recognized it. I have installed CUDA 10.2 compatible with windows 8.1. But running a basic CUDA sample program on Visual Studio 2019 said that the card driver must be updated. Do you know what driver version should i install? Thank you.
Unfortunately, with the GT730 being an old Fermi CC2.1 card, Cuda 10.2 does not support it.
The latest version that does, is Cuda8.0 and you will need an earlier version of Visual Studio. See here for requirements.
Edit: There’s a little ambiguity around what architechure you card is. This source says its as above, but looking here, I don’t see it listed among 2.1 cards and there is a mobile version GT730M listed under 3.0, which would be compatible with 10.2.
Looking at GPU-Z, what is listed under the “GPU” field?
Thank you for your reply. GPU-Z lists as follows: card Name: NVIDIA GEFORCE GT 730; GPU: GF108.
In which case it is a CC 2.1 Fermi card, so what I said initially stands.