学生党,最近想研究下 GPU 编程,但是手头的电脑是 13 寸的 mbp ,有没有什么办法可以做 GPU 编程的?外置显卡好像要再买接口,接口也不便宜= =
![]() | 1 ipconfiger 2016-11-08 19:15:15 +08:00 没有独显不代表没有显卡 |
2 modkzs OP @ipconfiger 但是 CUDA 之类的库都只能跑在独显上吧 |
![]() | 3 hackpro 2016-11-08 19:20:47 +08:00 ssh |
![]() | 5 scream7 PRO CUDA 早期版本支持 nvcc -deviceemu 这样。 但是新版本去掉了,可以参考下这个 http://stackoverflow.com/questions/6595351/compiling-cuda-sdk-examples-in-hardware-emulation-mode |
7 bingliu221 2016-11-08 20:07:34 +08:00 xcode 直接可以写 OpenCL ,用的是 intel 的核心显卡, skylate 的好像已经支持 OpenCL2.0 了。 |