質問

Initially we wrote plenty of code in C++ 11 however cuda 5.5 doesnt support various c++11 constructs. Is there a reference to which is the g++ version that different versions nvcc use, specifically for cuda 5.5 or cuda 6??

役に立ちましたか?

解決

There is a list of compilers supported by the CUDA toolchain in every copy of the documentation - for example here for CUDA 5.5 on linux.

At the moment, the release versions of gcc 4.7 shipped with Ubuntu, Fedora and OpenSuSe are the most recent compiler version supported with the CUDA 5.5 release toolkit.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top