Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Cuda 6 supported with Visual Studio 2013?

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.

like image 370
Gumbly jr. Avatar asked May 01 '14 21:05

Gumbly jr.


2 Answers

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.

like image 129
Robert Crovella Avatar answered Sep 23 '22 16:09

Robert Crovella


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.

like image 21
Gumbly jr. Avatar answered Sep 20 '22 16:09

Gumbly jr.