Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yeyuxmf opened this issue Aug 21, 2017 · 2 comments
Open

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

yeyuxmf opened this issue Aug 21, 2017 · 2 comments

Comments

@yeyuxmf
Copy link

yeyuxmf commented Aug 21, 2017

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.

@wenwei202
Copy link
Owner

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

@yeyuxmf
Copy link
Author

yeyuxmf commented Aug 23, 2017

@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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants