BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.06k stars 18.7k forks source link

Call CUDA failed on another computer #6941

Open xiakj opened 4 years ago

xiakj commented 4 years ago

Describe: Computer A - GeForce 2060, gpu driver, cuda10.1, cudnn, win10 Computer B - GeForce 1060, gpu driver, win10 Problem: I compiled p.exe on A, which is a face recognition task. Now I want to run p.exe on B, so I packed p.exe with its necessary dll in the same directory, including the related cuda dll. The problem is the p.exe running on B cannot using CUDA kernel computing, it run on cpu instead. So, I am not sure whether the operation is correct, how can I solve this problem? Lastly, thank you very much!