2013-03-15 82 views
3

我的系统中没有安装GPU卡。我想知道是否有任何方法可以在CUDA中编写代码,并在我的无GPU的笔记本电脑上访问CUDA库?没有GPU的系统上的CUDA

+1

我可以推荐OpenCL,因为它不绑定到nvidia。请参阅:http://stackoverflow.com/questions/4850358/when-writing-opencl-code-how-does-it-perform-on-a-single-core-machine-without-a。比较:http://wiki.tiker.net/CudaVsOpenCL – tjameson 2013-03-15 18:39:21

+0

相关:[用于CUDA编程的GPU仿真器无硬件](http://stackoverflow.com/a/36273426/4694621) – 2016-09-01 12:52:42

+0

[如何运行CUDA没有GPU使用软件实现?](http://stackoverflow.com/questions/1753735/how-to-run-cuda-without-a-gpu-using-a-software-implementation) – 2017-02-16 17:56:15

回答