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

[Tracking Issue] Dense-sparse Unstructured Matrix Multiplication (Column-major SpMM) #53

Closed
yzh119 opened this issue Oct 12, 2022 · 0 comments

Comments

@yzh119
Copy link
Member

yzh119 commented Oct 12, 2022

The network pruning requires dense-sparse matrix multiplication, which is equivalent to column-major SpMM.

This setting is more challenging for utilizing Tensor Cores for unstructured Sparse Matrix, because the memory access to the dense-matrix would not be coalesced. One solution is to pre-load the tiles of dense-matrix into shared mem.

This issue depends on #52 .

@yzh119 yzh119 closed this as completed Nov 11, 2022
@yzh119 yzh119 changed the title [Tracking Issue] Dense-sparse matrix multiplication (Column-major SpMM) [Tracking Issue] Dense-sparse Unstructured Matrix Multiplication (Column-major SpMM) Nov 11, 2022
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

1 participant