mehrdadh commented on a change in pull request #10590:
URL: https://github.com/apache/tvm/pull/10590#discussion_r826408402



##########
File path: src/runtime/aot_executor/aot_executor.cc
##########
@@ -132,6 +132,7 @@ PackedFunc AotExecutor::GetFunction(const std::string& name,
       *rv = this->GetInputIndex(args[0].operator String());
     });
   } else {
+    LOG(INFO) << "Unknown packed function: " << name;

Review comment:
       I'm looking for a way to show some output message to developers that 
they are using the wrong function name for this module. Specially since we have 
multiple version of this runtime.Module it would be very useful to have some 
messaging. What is your suggestion?
   Also is LOG(DEBUG) better in this case?




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