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/09 22:40:32 UTC

[GitHub] [tvm] comaniac opened a new pull request #8229: [CuBLAS] Support implicit broadcast in batch_matmul

comaniac opened a new pull request #8229:
URL: https://github.com/apache/tvm/pull/8229


   Closing #7730 
   
   This PR improves CuBLAS batch_matmul to support implicit broadcasting (i.e., the first dimension of matrix B is 1). Before this PR, the added test cases will throw errors like `Check failed: BatchCount3D(B) == batch_size`.
   
   cc @masahi @tqchen 


-- 
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] [tvm] masahi merged pull request #8229: [CuBLAS] Support implicit broadcast in batch_matmul

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


   


-- 
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] [tvm] masahi commented on pull request #8229: [CuBLAS] Support implicit broadcast in batch_matmul

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #8229:
URL: https://github.com/apache/tvm/pull/8229#issuecomment-858291499


   Thanks @comaniac, we should do this for rocblas too @csullivan @altanh 


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