2

I'm looking for a way to run CUDA programs on a system with no NVIDIA GPU.

I tried to install MCUDA and gpuOcelot but seemed to have some problems with the installation.

I have gone through the answers given in How to run CUDA without a GPU using a software implementation?. The answers there recommended changing the hardware of the system, using an emulator (which is now deprecated) or switching to OpenCL. None of these adequately answered my requirement

einpoklum
  • 118,144
  • 57
  • 340
  • 684
my_cse lab
  • 35
  • 5

1 Answers1

5

CUDA is an NVIDIA proprietary technology, and the only current, useful, and fully functional implementation available requires a system with a supported NVIDIA GPU. If you don't have that (and it seems you don't) then there is no solution to your problem.

talonmies
  • 70,661
  • 34
  • 192
  • 269