Mac Caffe CUDA驱动程序问题 [英] Mac Caffe CUDA driver issue

查看:315
本文介绍了Mac Caffe CUDA驱动程序问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在Mac OSX 10.0上使用python包装生成caffe,但是在执行命令时会出现以下错误:make runtest(make all -j8 and make test work)。

I'm trying to build caffe with the python wrapper on Mac OSX 10.0, but keep getting the following error when I execute the command: make runtest (make all -j8 and make test work fine).


检查失败:error == cudaSuccess(35 vs. 0)CUDA驱动程序版本不足以用于CUDA运行时版本

Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version

我已将CUDA驱动程序更新到最新版本。我也试过卸载并重新安装CUDA和驱动程序,但错误仍然存​​在。我如何解决这个问题?

I have updated the CUDA driver to the latest version online. I also tried uninstalling and reinstalling CUDA and the driver, but the error still persists. How can I solve this?

推荐答案

正如在评论中被嘲笑一样,这里的基本问题是尝试使用CUDA一个不支持它的GPU(AMD Radeon ...)。

As was teased out in the comments, the basic problem here is an attempt to use CUDA on a GPU that does not support it (AMD Radeon ...).

CUDA 是一种GPU编程技术,只能在NVIDIA GPU上运行(忽略仿真器等)

CUDA is a GPU programming technology that only runs on NVIDIA GPUs (ignoring emulators and the like.)

为了取得进展,一些可能性可能是: / p>

To make forward progress, some possibilities might be:


  1. 切换到另一台具有NVIDIA GPU的机器。

  2. 修改Caffe的配置不使用或依赖于CUDA。

这篇关于Mac Caffe CUDA驱动程序问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆