You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/09/06 03:50:33 UTC

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6380: [Fix] fix compilation error when setting USE_RELAY_DEBUG

zhiics commented on a change in pull request #6380:
URL: https://github.com/apache/incubator-tvm/pull/6380#discussion_r484017216



##########
File path: src/runtime/vm/vm.cc
##########
@@ -340,7 +340,7 @@ void VirtualMachine::RunLoop() {
     auto const& instr = code_[this->pc_];
     DLOG(INFO) << "Executing(" << pc_ << "): " << instr;
 #if USE_RELAY_DEBUG
-    InstructionPrint(std::cout, instr);
+    LOG(INFO) << instr;
 #endif  // USE_RELAY_DEBUG

Review comment:
       we can just remove them




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org