cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST] CUTLASS support for sparse matrix multiplication for X*W=Y with GPU sparse tensor core

Open YukeWang96 opened this issue 8 months ago • 2 comments

Is there any CUTLASS support for X*W = Y, where X (Row-major) and Y(row-major) are dense matrics, Wis a weight matrix with sparsity like 2:4 that can leverage the GPU sparse tensor core. Thanks!

YukeWang96 avatar Jun 12 '24 22:06 YukeWang96