masahi commented on a change in pull request #8985:
URL: https://github.com/apache/tvm/pull/8985#discussion_r706556993
##########
File path: python/tvm/topi/generic/search.py
##########
@@ -86,3 +86,19 @@ def schedule_unique(outs):
The computation schedule for the op.
"""
return _default_schedule(outs, False)
+
+
+def schedule_einsum(outs):
Review comment:
Let's introduce `math.py` and put it there.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]