ANSHUMAN87 commented on a change in pull request #7635:
URL: https://github.com/apache/tvm/pull/7635#discussion_r592976449
##########
File path: python/tvm/topi/nn/sparse.py
##########
@@ -470,6 +470,38 @@ def _traverse(t):
return sparse_input_map
+def random_bsr_matrix(m, n, bs_r, bs_c, density, dtype):
Review comment:
IMO this should not be part of Topi. Either you can put where it is used
or I testing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]