Hi,
i’m trying to explore the cuda programming, and to do this, i added a Geforce 210 card to my dual core 64 bits windows 7 DELL desktop. I installed Cuda 6.5 with visual studio 2012.
The tests of memory bandwidth and deviceQuery run well, but when i tried to run the simple example of adding arrays provided when starting a new project, it is successfully complied but dosen’t run and an error related to to the fail of launching the kernel appeared.
I think that as it was mentioned in the following topic https://devtalk.nvidia.com/default/topic/502626/kernel-launch-failure-very-simple-kernel/, it is a problem of architecture configuration but i didn’t know how to resolve it.
Thank you in advance for your help.