Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install CUDA 8 and CUDA 9 in windows

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

System config:
Windows 10 pro
GTX 1080Ti

like image 336
snookrun Avatar asked Jul 23 '18 01:07

snookrun


1 Answers

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.

like image 116
Panos Kal. Avatar answered Sep 22 '22 22:09

Panos Kal.