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/03/08 02:59:19 UTC

[GitHub] [tvm] jcf94 commented on a change in pull request #7602: [TE] Fix bug in AutoInlineElemWise and implement AutoInlineBroadcast

jcf94 commented on a change in pull request #7602:
URL: https://github.com/apache/tvm/pull/7602#discussion_r589142702



##########
File path: src/te/schedule/auto_inline_elem_wise.cc
##########
@@ -113,6 +117,8 @@ void AutoInlineInjective(Schedule sch) {
 
 TVM_REGISTER_GLOBAL("schedule.AutoInlineElemWise").set_body_typed(AutoInlineElemWise);
 
+TVM_REGISTER_GLOBAL("schedule.AutoInlineBroadcast").set_body_typed(AutoInlineBroadcast);

Review comment:
       Also add an interface to `tvm/te/schedule_pass.h`.




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