Pergunta

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??

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top