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/06/17 08:50:26 UTC

[GitHub] [incubator-tvm] t-vi commented on a change in pull request #5791: Add a combine batch_matmul pass

t-vi commented on a change in pull request #5791:
URL: https://github.com/apache/incubator-tvm/pull/5791#discussion_r441386661



##########
File path: python/tvm/relay/transform/transform.py
##########
@@ -307,6 +308,37 @@ def CombineParallelDense(min_num_branches=3):
     """
     return _ffi_api.CombineParallelDense(min_num_branches)
 
+def CombineParallelBatchMatmul(min_num_branches=3):
+    """Combine multiple dense operators into one. For example:

Review comment:
       Oha, caught me copy pasting... Thank you!




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