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 2021/12/02 06:58:14 UTC

[GitHub] [tvm] shtinsa commented on a change in pull request #9593: Concatenate kernel optimization for CPU target

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org