caffe-ssd的GPU在make runtest的时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice(<float>)(<double>)

make runtest报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<float>

        BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<double>

解决办法:在Makefile中添加:

 NVCCFLAGS += -G


原文地址:https://www.cnblogs.com/laowangxieboke/p/10346926.html