tags:

views:

364

answers:

3

My laptop doesn't have any nVidia graphic cards. I want to work on CUDA. The website says that CUDA can be worked in emulation mode on non-cuda hardware too. But when I tried installing CUDA drivers downloaded from their website, it gives an error "The nvidia setup couldn't locate any drivers that are compatible with yoour current hardware.Setup will now exit".

Also when I tried to run samplecodes from SDK in Visual studio 2008, I'm getting an error that .obj file is not found

Please help me.

A: 

Check out this thread, see if it helps you. They link to this page, which might help as well.

Ólafur Waage
+1  A: 

Have you downloaded the CUDA toolkit? You'll need to download the toolkit (which includes the compiler and the runtime library) and the SDK. When you are building the SDK samples be sure to change the configuration to "EmuDebug" or "EmuRelease".

Tom
A: 

The easiest way to get started with GPU development is to get a cheap (for example GTX285) GPU and a desktop computer (obviously since u can't change the GPU in your laptop).

There are a few research projects on getting CUDA kernels to work efficiently on CPUs as well as on FPGAs (Google wen mei hwu and see his research projects) however if you want to learn CUDA this is not for you, as said above the easiest way is to get some cheap hardware.

Nils