make runtest报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<float>
BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<double>
解决办法:在Makefile中添加:
NVCCFLAGS += -G
make runtest报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<float>
BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<double>
解决办法:在Makefile中添加:
NVCCFLAGS += -G