Free hardware testing

I have no CUDA-enabled GPU. Are there some free services were I can test my programs with CUDA? The main goal of using such service is education.

You can always compile/run your program in emulation mode so that it is executed on the host’s CPU.

N.