CUDA Development \wo CUDA GPU

I want to do development on my laptop while I am away from my desktop. However, my laptop does not have a GPU that supports CUDA. Can I still do development including debugging through the emulation? Will I have to do anything special?

Btw, I downloaded the beta version of Nsight. It says it requires Vista or Windows 7. However, I am still using Windows XP on some systems. Will it still work but just without warranty or will it certainly not work?

Thanks

You can either compile using -deviceemu or link against Ocelot if you have access to linux machine (or vm).

You can either compile using -deviceemu or link against Ocelot if you have access to linux machine (or vm).