Running SDK examples without NVIDIA card

I’d like to execute the SDK examples, but my laptop does only have a graphics chip.

The problem is that the exe files are all in “release” mode (I need precompiled emulation mode binaries) - and they need “nvcuda.dll” which is provided by the graphics driver. I don’t think that I can easily install the NVIDIA driver that doesn’t match my Intel graphics chip??

So how can I test CUDA?