caffe icon indicating copy to clipboard operation
caffe copied to clipboard

error occurs running on gpu when i transplant the code to windows

Open huang229 opened this issue 6 years ago • 2 comments

I parse models/resnet/caffenet_train_iter_2000000.caffemodel under the caffe. I only transplant the part of sparse matrix calculations to caffe(for example, the caffe_gpu_sparse_dense2csr function interface),but CUSPARSE_CHECK () reports error when running to the caffe_gpu_sparse_mmcsr function interface。What parts do I need to transplant to run correctly? I need yorur help,Thank you.

huang229 avatar Aug 21 '17 06:08 huang229

You need to do some cusparse initialization and destory to make it work. Please refer to cusparse guide for details.

wenwei202 avatar Aug 21 '17 22:08 wenwei202

@wenwei202 Thank you very much for your answer. Compilation failed in the Linux environment when I checkout on scnn branch. Do I need to modify the configuration file(Makefile.config)?

huang229 avatar Aug 23 '17 03:08 huang229