BVLC / caffe

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

Caffe doesn't work on Tesla V100 GPUs. #6809

Closed BinZlP closed 5 years ago

BinZlP commented 5 years ago

Issue summary

Caffe doesn't work well on Tesla V100.

This is my error message: check failed error == cudasuccess no kernel image is available for execution on the device. Stack trace:

Steps to reproduce

Install OpenPose by CMake-GUI(as installing OpenPose, CMake also build Caffe as well). Execute example codes.

Tried solutions

Give manual number for CUDA_ARCH of CMake Flag.

System configuration

Issue checklist

BinZlP commented 5 years ago

I solved it by updating Cuda.cmake file's known_gpu_archs.

Luckick commented 4 years ago

Hi,

do you mean: set(Caffe_known_gpu_archs "30 35 50 52 60 61 70 75") ?

I found it is already set this way, include 70 for V100. But still fails.

Thanks.