areusch commented on pull request #7250: URL: https://github.com/apache/tvm/pull/7250#issuecomment-830653952
hey @Tantalus13A98B5F, just to make sure I understand: in the case you're running autotuning with a sparse-dense matrix, you may want to supply fixed indices rather than use random ones. You want to ensure the indices are fixed because random indices may change the workload being timed between the various block-sparse implementations. it seems like a "task input generator" interface would be helpful for this. would you like to propose one on the discuss forum so others could comment as well? -- 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]
