Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'报错,30系显卡跟这个项目用的旧版cuda不兼容 #39

Open
P1P1Monster opened this issue Jan 28, 2022 · 6 comments

Comments

@P1P1Monster
Copy link

P1P1Monster commented Jan 28, 2022

anaconda环境
rtx3070
python 3.6.2
tensorflow 1.14
cudatoolkit 10.0.130
cudnn 7.6.5

查到30系需要cuda11以上,tensorflow也得一并升级

有没有30系显卡能跑这个项目的,麻烦交流一下

@P1P1Monster P1P1Monster changed the title nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'报错,想问30系显卡跟这个项目用的旧版cuda不兼容吗 nvcc fatal : Value 'sm_86' is not defined for option 'gpu-architecture'报错,30系显卡跟这个项目用的旧版cuda不兼容 Jan 28, 2022
@P1P1Monster
Copy link
Author

我没linux不试了 你看看
《30系显卡配置tensorflow1.x环境》https://blog.csdn.net/qq_39632866/article/details/121776117?utm_source=app&app_version=5.0.0

@P1P1Monster
Copy link
Author

@fingerx

@huangyechuan
Copy link

用的3090TI跑通了。这个文档很多配置信息都旧了,SM_86架构的问题,要把CUDA升级到11.x才能正常编译。配这个环境搞了我一天,问题太多了。

@WYao02
Copy link

WYao02 commented Nov 13, 2022

用的3090TI跑通了。这个文档很多配置信息都旧了,SM_86架构的问题,要把CUDA升级到11.x才能正常编译。配这个环境搞了我一天,问题太多了。

能不能分享下你安装的cuda版本和其他包的版本号呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@huangyechuan @P1P1Monster @WYao02 and others