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/06/14 07:22:42 UTC

[GitHub] [tvm] jcf94 edited a comment on pull request #8234: [Matmul] Add matmul op

jcf94 edited a comment on pull request #8234:
URL: https://github.com/apache/tvm/pull/8234#issuecomment-859215400


   @tkonolige @comaniac @altanh Thanks!
   
   Except for these nit comments about name and coding style, I think currently the problem is still how to keep the existing `nn.dense` schedules for different devices working while adding a new `nn.matmul` op.
   
   @comaniac 's solution is exactly what I desired. But in the current op strategy, since all of these existing schedules are registered with `nn.dense`, we would still need a real `nn.dense` op.
   


-- 
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