Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CUDA on a system that has no GPU [duplicate]

Tags:

cuda

gpu

nvidia

I do not have a GPU card installed in my system. I would like to know if there is any way I can code in CUDA and access CUDA libraries on my GPU-less laptop?

like image 439
Sana.91 Avatar asked Mar 15 '13 18:03

Sana.91


1 Answers

Yes, you can use a CUDA emulator such as

https://code.google.com/p/cuda-waste/

https://code.google.com/p/gpuocelot/

Note that the performance for many tasks will be far inferior to an actual GPU, but you can learn the programming model with an emulator.

like image 134
Eric J. Avatar answered Nov 08 '22 14:11

Eric J.