在安装cuda的时候,有时候会提示toolkit installation failed using unsupported compiler。这是因为GCC版本不合适所导致的。
解决的方法很简单,直接在安装命令之后加-override再安装,一般来说就没什么问题了。如:
sudo ./cuda_6.0.37_linux_64.run -override

相关文章:

  • 2021-06-01
  • 2022-12-23
  • 2021-04-23
  • 2021-11-01
  • 2021-10-29
  • 2021-11-13
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-05-14
  • 2022-01-16
相关资源
相似解决方案