I ran the make all, make test and make runtest, all exited perfectly. I tried going through the SqueezeNet example, but I get stuck on running the "00_quantize_squeezenet.sh". The erreo is as follows.
[
im2col.cu:61] Check failed: error == cudaSuccess (7 vs. 0) too many resources requested for launch
*** Check failure stack trace: ***
@ 0x7f2755de35cd google::LogMessage::Fail()
@ 0x7f2755de5433 google::LogMessage::SendToLog()
@ 0x7f2755de315b google::LogMessage::Flush()
@ 0x7f2755de5e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f2756518268 caffe::im2col_gpu<>()
@ 0x7f27563cda05 caffe::BaseConvolutionLayer<>::conv_im2col_gpu()
@ 0x7f27563ccf8b caffe::BaseConvolutionLayer<>::forward_gpu_gemm()
@ 0x7f27565633a6 caffe::ConvolutionRistrettoLayer<>::Forward_gpu()
@ 0x7f27563e041c caffe::Layer<>::Forward()
@ 0x7f27564b0b77 caffe::Net<>::ForwardFromTo()
@ 0x7f27564b07df caffe::Net<>::Forward()
@ 0x7f27564b0e32 caffe::Net<>::Forward()
@ 0x7f27564ea1a1 Quantization::RunForwardBatches()
@ 0x7f27564eadef Quantization::Quantize2DynamicFixedPoint()
@ 0x7f27564e995e Quantization::QuantizeNet()
@ 0x403ef0 quantize()
@ 0x4041bd main
@ 0x7f2755071830 __libc_start_main
@ 0x403779 _start
@ (nil) (unknown)
Aborted (core dumped)