-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
Cuda update #918
Cuda update #918
Conversation
剩下那两处稍微改下吧 |
装了一堆东西,现在不加这两句就找不到头文件了,知道啥情况吗?
|
额 找不到啥头文件?是不是编译器的问题 用了clang9? 装了多个版本clang? |
前一个是<new> 后一个是<bits/c++config.h>
|
不太清楚 可以设下-stdlib=libc++ 试试,我明天也搞个linux环境试试 |
换了gcc就好了,clang就有这个问题,直接 |
顺便,用clang的话,默认的c-console模板也编译不过去,一样的问题
|
而且ccbin默认会用clang是怎么回事啊 |
装了 现在用clang报这个
|
不过按理说装了clang10应该就有这玩意的啊,apt被我折腾坏了? |
clang怎么会跑到 lib/gcc/ 的 c++库里面去?用的是gcc的stdc+++? |
按理装完clang10 自带这些的 回头我试试 |
感觉像是你这环境问题,我这边测了下nvcc11+ gcc/clang 都可以么。。不过我的ubuntu 比较老 暂时没 clang10 ,pie有没有都ok |
To make
看着现在似乎还要额外安装最新的版本 libc++-dev libc++1 libc++abi-dev libc++abi1 啥的。。 |
CUDA 11相关支持