Hzfengsy commented on code in PR #14665:
URL: https://github.com/apache/tvm/pull/14665#discussion_r1170719732


##########
src/relax/transform/fuse_ops.cc:
##########
@@ -730,7 +751,8 @@ class OperatorFusor : public ExprMutator {
       //  - If this binding is an output binding, emit an output variable.
       //  - Otherwise, emit a dataflow variable.
       Var new_var;
-      Call call_to_emit = Call(gv, UpdateArgs(func_info.arguments_));
+      Call call_to_emit = Call(gv, UpdateArgs(func_info.arguments_), {}, {}, 
new_span);
+      LOG(INFO) << "Created fused call " << call_to_emit << " with span " << 
new_span;

Review Comment:
   Please remove debug info



-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to