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

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

解决办法:在Makefile中添加:

 NVCCFLAGS += -G

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