Warm tip: This article is reproduced from serverfault.com, please click

Install CUDA 8 and CUDA 9 in windows

发布于 2018-07-23 01:20:28

Just checking if I am able to install 2 different cuda version on windows.

System config:
Windows 10 pro
GTX 1080Ti

Questioner
snookrun
Viewed
0
Panos Kal. 2019-06-27 03:20:26

There is only one requirement, that one needs to satisfy in order to install multiple CUDA on the same machine. You need to have the latest Nvidia drivers, that is required by the highest CUDA that you’re going to install.

Environment prerequisites
Nvidia latest driver and at least 2 different CUDA libraries.

Other settings
Set the environment variables.
Create a script that changes the PATH variable for fast switching. Then the shell will execute the CUDA version you have set in the path.

For more instructions, check here and here.