Question

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.

Was it helpful?

Solution 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.

OTHER TIPS

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 :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top