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/20 16:46:57 UTC

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6715: [TinyFix] Fix cublas batch matmul

comaniac commented on a change in pull request #6715:
URL: https://github.com/apache/incubator-tvm/pull/6715#discussion_r508683018



##########
File path: python/tvm/topi/cuda/batch_matmul.py
##########
@@ -149,6 +149,7 @@ def batch_matmul_cublas(x, y):
 
     y : tvm.te.Tensor
         3-D with shape [batch, N, K]
+    _ : None

Review comment:
       ```suggestion
       _ : None
           Output shape argument holder to match the function signature
   ```




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