Using CUDA with Visual Studio 2017

后端 未结 8 1711
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 21:53

I\'m trying to install CUDA, but I get a message saying \"No supported version of visual studio was found\". I think that this is because I am using Visual Studio 2017 (Comm

8条回答
  •  庸人自扰
    2020-11-28 22:47

    Latest update (correct as of 06/12/2018) latest Cuda version is 9.2 and latest Visual Studio version is 2017.7 do NOT work together. The instructions provided in solution above don't work. Here is what worked for me:

    1. Uninstall Visual Studio.
    2. Uninstall Visual Studio Installer
    3. Download Visual Studio 2017.6 (note that Microsoft is known to change links and revisions without notice) https://docs.microsoft.com/en-us/visualstudio/productinfo/installing-an-earlier-release-of-vs2017
    4. Launch installer
    5. Go to Individual Components. Click on Windows 10 SDK 10.0.15063 enter image description here

    6. Download cuda Toolkit from the official website: https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal

    7. You may need to download patch.

提交回复
热议问题