You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 .
The text was updated successfully, but these errors were encountered: