Solve the problem of deviceGrind and bandwidthTest crashing after installing CUDA and cudnn and verifying whether the installation is successful or not.


Problem Description

When running large deep learning models, it is inevitable to use GPU to run the model. After we installed CUDA and cudnn, we wanted to verify whether the installation was successful. DeviceGrind and bandwidthTest crashed and could not be opened for verification.


solution:

1. Use win + R to start the cmd terminal, drag the file that crashes into cmd (terminal), and press Enter to solve the problem.

 

Guess you like

Origin blog.csdn.net/weixin_52890053/article/details/132132691