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 2022/06/17 11:44:16 UTC

[GitHub] [tvm] petuca opened a new pull request, #11760: [fix] MXNet dot for all tensor dimensions

petuca opened a new pull request, #11760:
URL: https://github.com/apache/tvm/pull/11760

   In this PR problem of MXNet dot for all tensor dimensions is fixed. This PR is related to #11691 issue. 
   Previously, it was only provided the case of 2D tensors, but not 1D and non 2D tensors and their combinations. 
   This is provided now.
   


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] masahi merged pull request #11760: [fix] MXNet dot for all tensor dimensions

Posted by GitBox <gi...@apache.org>.
masahi merged PR #11760:
URL: https://github.com/apache/tvm/pull/11760


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] petuca commented on pull request #11760: [fix] MXNet dot for all tensor dimensions

Posted by GitBox <gi...@apache.org>.
petuca commented on PR #11760:
URL: https://github.com/apache/tvm/pull/11760#issuecomment-1253394605

   I think this PR is correct now. The problem was trivial about the structure of the code that lint tests suggested. Please, take a look now if you can. 
   
   cc: @masahi @kevinthesun @junrushao 


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] petuca commented on pull request #11760: [fix] MXNet dot for all tensor dimensions

Posted by GitBox <gi...@apache.org>.
petuca commented on PR #11760:
URL: https://github.com/apache/tvm/pull/11760#issuecomment-1164442254

   Any feedback about this PR?
   I know you have more important work to do and that's why this is waiting. 
   
   cc: @masahi @junrushao1994 @kevinthesun


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] petuca commented on pull request #11760: [fix] MXNet dot for all tensor dimensions

Posted by GitBox <gi...@apache.org>.
petuca commented on PR #11760:
URL: https://github.com/apache/tvm/pull/11760#issuecomment-1367453563

   I rebased and all checks are good now again.
   
   @areusch @masahi 


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org