UDC-GAC / venom

A Vectorized N:M Format for Unleashing the Power of Sparse Tensor Cores
Apache License 2.0
31 stars 5 forks source link

What does sr_nm stand for? #1

Open Zhang-kg opened 8 months ago

Zhang-kg commented 8 months ago

What does sr_nm stand for? the VNM sparsity format?

LopezCastroRoberto commented 8 months ago

Yes, it was an initial name candidate for VNM. Thank you for pointing out the typo.

Zhang-kg commented 8 months ago

I am wondering the relationship between format_sr_nm and blockwise_format_origin/blockwise_format, could you please explain? thx

Zhang-kg commented 8 months ago

And I am also wondering the init function and the exec function. These two functions are not explained in the paper. Could you please provide a specific explanation of their functions?