supersat commented on code in PR #13072:
URL: https://github.com/apache/tvm/pull/13072#discussion_r1007536055


##########
apps/ios_rpc/tvmrpc/TVMRuntime.mm:
##########
@@ -45,7 +45,8 @@
   throw tvm::runtime::InternalError(file, lineno, message);
 }
 
-void LogMessageImpl(const std::string& file, int lineno, const std::string& 
message) {
+void LogMessageImpl(const std::string& file, int lineno, int level, const 
std::string& message) {
+  // TODO: Output logging level

Review Comment:
   Since the iOS build is currently skipped in CI, I'll remove this TODO and 
address it later. 



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