yelite commented on code in PR #15556:
URL: https://github.com/apache/tvm/pull/15556#discussion_r1310856356


##########
src/relax/transform/run_codegen.cc:
##########
@@ -86,14 +86,17 @@ class CodeGenRunner : ExprMutator {
       };
 
       if (auto it = extern_funcs_.find(gvar_node); it != extern_funcs_.end()) {
-        return create_call_dps_packed(it->second.first, it->second.second);
+        auto call = create_call_dps_packed(it->second.first, 
it->second.second);
+        LOG(INFO) << call;

Review Comment:
   Should changes in this file be reverted? Looks like it's just for visibility 
in debugging.



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