使用cuda编译maskrcnn detectron等问题小结

问题描述:

    struct std::is_convertible’
         struct is_convertible
    error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1

The latest gcc version supported with CUDA 9.1 is 6.3.0, it looks like
6.2.1 is the version tested with Fedora 25:

简而言之就是cuda9.0和gcc6.4不兼容,解方法是下载一个gcc5,在cuda/bin下做一个软连接,该方法亦可以解决cuda只支持gcc版本不能高于6的问题!

sudo ln -s /share/share/soft/gcc-5.5.0/bin/g++ /usr/local/cuda/bin/g++
sudo ln -s /share/share/soft/gcc-5.5.0/bin/gcc /usr/local/cuda/bin/gcc

参考:
https://devtalk.nvidia.com/default/topic/1028112/cuda-setup-and-installation/nvcc-bug-related-to-gcc-6-lt-tuple-gt-header-/
https://github.com/facebookresearch/maskrcnn-benchmark/issues/216

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值