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 2020/10/24 03:10:23 UTC

[GitHub] [incubator-tvm] MasterJH5574 opened a new pull request #6749: [BUGFIX] Fix topi matrix multiplication using tensorcore to run faster

MasterJH5574 opened a new pull request #6749:
URL: https://github.com/apache/incubator-tvm/pull/6749


   This PR adds two "bind"s to the tensorcore matrix multiplication support in TOPI. The original code does not make full use of all warps in a thread block and therefore runs slowly. Adding these two "bind"s can make it run much faster.


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



[GitHub] [incubator-tvm] Hzfengsy commented on pull request #6749: [BUGFIX] Fix topi matrix multiplication using tensorcore to run faster

Posted by GitBox <gi...@apache.org>.
Hzfengsy commented on pull request #6749:
URL: https://github.com/apache/incubator-tvm/pull/6749#issuecomment-715670170


   Please take a look at it, thanks @Shawn-Inspur @Laurawly 


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



[GitHub] [incubator-tvm] Shawn-Inspur commented on pull request #6749: [BUGFIX] Fix topi matrix multiplication using tensorcore to run faster

Posted by GitBox <gi...@apache.org>.
Shawn-Inspur commented on pull request #6749:
URL: https://github.com/apache/incubator-tvm/pull/6749#issuecomment-716353734


   Hi @MasterJH5574 , Thanks for fixing this bug. LGTM. 


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



[GitHub] [incubator-tvm] tqchen commented on pull request #6749: [BUGFIX] Fix topi matrix multiplication using tensorcore to run faster

Posted by GitBox <gi...@apache.org>.
tqchen commented on pull request #6749:
URL: https://github.com/apache/incubator-tvm/pull/6749#issuecomment-715922599


   cc @jwfromm 


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



[GitHub] [incubator-tvm] tqchen merged pull request #6749: [BUGFIX] Fix topi matrix multiplication using tensorcore to run faster

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6749:
URL: https://github.com/apache/incubator-tvm/pull/6749


   


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