win10 64 bit + CUDA 9.2 + cuDNN v7.4.2. Installation

  • Computer - Management - System Tools - Device Manager - Display Adapters

  • Install NVIDIA graphics driver

download link:

http://www.nvidia.cn/Download/index.aspx?lang=cn

Find your own computer when the driver

nvidia cuda need to meet with the relationship:

https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html

CUDA first download the installation:

https://developer.nvidia.com/cuda-toolkit-archive

CUDA Toolkit 9.2 Downloads

Then download cuDNN: need to register to download

Download cuDNN v7.4.2 (Dec 14, 2018), for CUDA 9.2

2-1 run to see if the installation is successful nvcc directory cmd -V

a) copy cuda \ bin \ cudnn64_92.dll to C: \ Program Files
\ \ at the CUDA V9.2 NVIDIA GPU Computing Toolkit \ \ bin directory.
B) The \ cuda \ include \ cudnn.h copied into C: \ Program Files
. \ \ v9.2 CUDA at NVIDIA GPU Computing Toolkit \ \ include directory
c) the \ cuda \ lib \ x64 \ cudnn.lib copied to the C: \ Program Files
\ NVIDIA GPU Computing Toolkit \ CUDA \ v9.2 \ lib \ x64 The directory.

 

 

 

 

Published 147 original articles · won praise 146 · views 770 000 +

Guess you like

Origin blog.csdn.net/miao0967020148/article/details/89456814