Skip to content

Commit

Permalink
Update batch_matmul.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjscience committed Oct 20, 2020
1 parent 204d146 commit eac559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/topi/cuda/batch_matmul.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _callback(op):

def batch_matmul_cublas(x, y, _):
"""Computes batch matrix multiplication of `x` and `y` when `x` and `y` are
data in batch.s
data in batch.
Parameters
----------
Expand Down

0 comments on commit eac559b

Please sign in to comment.