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


##########
src/runtime/object.cc:
##########
@@ -103,6 +103,8 @@ class TypeContext {
 
     if (static_tindex != TypeIndex::kDynamic) {
       // statically assigned type
+      VLOG(3) << "TypeIndex[" << static_tindex << "]: static: " << skey << ", 
parent "
+              << type_table_[parent_tindex].name;

Review Comment:
   actually on second thought--VLOG is debugging info, why is it not removed 
when `TVM_LOG_DEBUG` is unset? i don't see an INFO/WARNING setting that makes 
sense for this type of 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