문제

Is Cuda 6 supported with Visual Studio 2013?

If not, is there a hack to make the two work with each other?

I see lots of value in upgrading to VS 2013 as it (VC++) better implements the C++11 standard, and to CUDA 6 for its unified memory architecture, and other improvements.

도움이 되었습니까?

해결책 2

This is September 2014, and the production Release of Cuda 6.5 is out, and it works with Visual Studio 2013. No other version of Cuda works with Visual Studio 2013.

다른 팁

What is officially supported for CUDA 6 is listed in the cuda-getting-started-guide-for-microsoft-windows pdf document, which is installed with the CUDA 6 toolkit.

VS2013 is not officially supported with CUDA 6. VS 2013 is officially supported with CUDA 6.5, which can be verified from the corresponding document installed with CUDA 6.5 toolkit.

CUDA 6.5 works with Community Edition 2013 ("new Express", but with more support like MFC and even for small enterprises for free).

Sorry that I could not comment.. I have not 50 reputations -,- Would kindly thank you all for reputations to support the community here in the future :)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top