According to CUDA installation guids, it needs a version of Microsoft Visual Studio to install and run on Windows. I downloaded the community version of Visual Studio 2017 which contains lots of components to install. Each component needs huge amount of space on disk to install, So I don't want to install unnecessary components and waste my hard disk. Which components are necessary to install and run CUDA?
Asked
Active
Viewed 244 times
0
-
Just C++, but unsure exactly which ones you can skip, if any. However, i don't think they need a "huge disk space" each. – Ander Biguri Mar 13 '19 at 13:43
1 Answers
1
you can have a look here: https://stackoverflow.com/a/44957096/3921660
If you want to use CUDA with VisualStudio 2017 without the tool chain for VisualStudio 2015 you have to use CUDA10 (an newer).

KabCode
- 766
- 8
- 25