How to install multiple versions of CUDA on win10 system

1. Background:

[Install multiple versions of cuda on the computer]: The computer has already installed cuda11.6. Due to some needs, I want to install cuda9.2 version.

2.Reference:

1)PyTorch0.4.1 GPU version installation complete steps (including CUDA9.2 installation, environment configuration)

For the general installation steps of cuda, you can refer to the blog written above, which contains the download and installation steps of cuda9.2. The installation steps of cuda11.6 are roughly the same as those of cuda9.2.

2) Reference article:Explain in detail how to install multiple versions of CUDA on win10 system

2. Steps:

Here, cuda9.2 is installed again on the basis of cuda11.6 already installed. Please refer to:

1) The general steps of cuda9.2 installation in the previous blog "PyTorch0.4.1 GPU version installation steps (including cuda9.2 installation)",

2) "Explain how to install multiple versions of cuda on win10 system" blog.

The steps to install cuda9.2 again are similar to the steps to install cuda before. Just follow the steps in the reference blog and do it again. But the differences are roughly:

1. Create a new v9.2 folder in the original cuda installation directory.

2. When you want to use a certain version of cuda, just change the cuda_path to the path of the corresponding cuda version.

Guess you like

Origin blog.csdn.net/weixin_39450145/article/details/125630585