You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/03/12 09:16:38 UTC

[GitHub] [tvm] jcf94 commented on a change in pull request #7635: [Autoscheduler][Sparse] Add sparse dense end to end model tuning support for x86 & arm cpu

jcf94 commented on a change in pull request #7635:
URL: https://github.com/apache/tvm/pull/7635#discussion_r593020895



##########
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.
   
   Fine, just I'm finding that this has been used in many different places. I'll try to find another postion.




----------------------------------------------------------------
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:
users@infra.apache.org