can Geforce 410M using in cuda

my notebook’s graphics card is Geforce 410M with a signal (nVIDIA GEFORCE with CUDA),but when I using cuda in VS2010,it warns that,no cuda device-capable! why? thanks for your help.

Hello,

the 410m card can do some cuda calculations. According to this page CUDA GPUs - Compute Capability | NVIDIA Developer it is compute capability 2.1. This means atomic functions, limited double precision and some other stuff supported. Go to the nvdia page CUDA Toolkit 11.7 Update 1 Downloads | NVIDIA Developer and download the cuda toolkit. Follow the instructions for installing for windows and at the end try to run the example which are provided with the cuda toolkit.