NVIDIA / cuda-samples

Samples for CUDA Developers which demonstrates features in CUDA Toolkit
Other
6.47k stars 1.83k forks source link

Which Visual Studio 2022 BuildTools MSVC is the best version for Cuda 11.8 and Cuda 12.4 and so #297

Open FurkanGozukara opened 2 months ago

FurkanGozukara commented 2 months ago

I keep having issues when compiling apps that requires CUDA and C++ tools on windows

I would like to learn best version for CUDA 11.8 and CUDA 12.4

There are so many versions listed here and not all of them working

https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history

For example recently I am compiling XPose and it is so sensitive to the C++ versions

Which version from above list do you suggest?

The list starts from 17.0 to 17.10

Can we say that LTSC 17.10 is better than LTSC 17.4

I really need help with this