Compile cuda code for CPU

前端 未结 3 528
长情又很酷
长情又很酷 2020-12-11 02:39

I\'m study cuda 5.5 but i don\'t have any Nvidia GPU. In old version of nvcc have a flag --multicore to compile cuda code for CPU. In the new version of nvcc, what\'s is th

3条回答
  •  爱一瞬间的悲伤
    2020-12-11 03:09

    Ideally, you'd be able to get access to a CUDA-compatible NVidia GPU.

    But short of that, here's an emulator that might help:

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

    If you have a Linux box, you can also try Ocelot:

    • http://gpuocelot.gatech.edu/faq/

提交回复
热议问题