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


##########
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:
   will do



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

Reply via email to