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:
[email protected]