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

I have some problem about code #24

Open
zhangguotai opened this issue Mar 21, 2018 · 3 comments
Open

I have some problem about code #24

zhangguotai opened this issue Mar 21, 2018 · 3 comments

Comments

@zhangguotai
Copy link

In the code, what are their meaning that LOWERED_CSRMM,LOWERED_CCNMM and DIRECT_SCONV?
In the process of making sparsification, whether you use existing library, example mkl on CPU and CUDA on GPU

@wenwei202
Copy link
Owner

Here is the explanation. DIRECT_SCONV is deprecated in this branch and moved to https://github.com/IntelLabs/SkimCaffe. We used mkl sparse BLAS and CUDA cuSPARSE for sparse computation.

@zhangguotai
Copy link
Author

thank you,I have new query that how to set the number of number? what is reason? which is divided into different group that columns or rows??

@wenwei202
Copy link
Owner

wenwei202 commented Mar 22, 2018

I don't quite understand your questions. The way you set group/block sizes depends on what kinds of structured sparsity you want to learn. After learning, some blocks/groups will be removed. Hope this answers your questions.

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