I've installed CUDA toolkit v4.0 RC2 on my ASUS N61J with GeForce GT 325M (Win7 x64). Managed to integrate Cuda with Visual Studio 2010.
I try to run an example code stolen from here http://llpanorama.wordpress.com/2008/05/21/my-first-cuda-program/. The program compiles and runs but CUDA returns error:
cuda driver version is insufficient for cuda runtime version
Ok, i do some googling and decide to install the latest developer driver. Doesn't help anyway - the same error =\
Maybe the program doesn't "see" that i have a CUDA-compatible hardware? I need your help! =)