shtinsa commented on a change in pull request #9593:
URL: https://github.com/apache/tvm/pull/9593#discussion_r760807201
##########
File path: python/tvm/relay/op/strategy/x86.py
##########
@@ -50,7 +50,7 @@ def schedule_reduce_cpu(attrs, outs, target):
def schedule_concatenate_cpu(attrs, outs, target):
"""schedule concatenate op for x86"""
with target:
- return topi.x86.schedule_concatenate(outs)
+ return topi.transform.schedule_concat(outs)
Review comment:
Done.
--
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]