NVCC src/caffe/solvers/adam_solver.cu
In file included from /usr/local/cuda/include/cuda_runtime.h:76:0,
from <command-line>:0:
/usr/local/cuda/include/host_config.h:115:2: error: #error -- unsupported GNU version! gcc versions later than 4.9 are not supported!
#error -- unsupported GNU version! gcc versions later than 4.9 are not supported!
^
what the fuck and how to fix this error ???
....
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:caffe:编译时提示:unsupported GNU version! gcc versions later than 4.9 are not supported! - Python技术站