我在 py 2.7 上运行没有 GPU 的 Theano 已经有一段时间了。然后决定检查 GPU 支持。所以遵循这里给出的所有步骤:http: //docs.nvidia.com/cuda/cuda-getting-started-guide-for-microsoft-windows/index.html#abstract
然后在msvc 2013中打开设备查询sln并构建(如上面链接中提到的检查安装是否成功)。在运行时它给了我一个错误(附加的屏幕截图)。
当我在 py 2.7 中使用带有 Theanorc 文件内容的 gpu 运行启动程序时,会出现类似的错误:
[global]
device = gpu1
floatX = float32
nocleanup = True
[cuda]
root = /usr/local/cuda-7.5
[nvcc]
fastmath = True
compiler_bindir=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
没有收到 nvcc -V 和 cl.exe 的错误。操作系统 - win7 SP1 NVIDIA GeForce GT650M
有人可以帮忙吗?