CUDA Emulator

Hey all,

I’m quite new to this CUDA stuff and want to get acquainted with it. My machine does not have the CUDA hardware requirements however throughout the documentation I have read it states it is possible to use a CUDA emulator. In all the documentation however, it does not state on where to obtain such an emulator. If perhaps someone could push me in the right direction I’d be most appreciative. Thanks again.

The emulator is not a separated software but integrated by the CUDA toolkit. Add “-deviceemu” option when you compile the code and then you can run it on CPU.