Skip to content

Commit

Permalink
Merge pull request apache#2 from jroesch/relay-rts-wweic-vm
Browse files Browse the repository at this point in the history
Remove debug statement
  • Loading branch information
jroesch authored Feb 3, 2019
2 parents 1b13868 + f8a97dd commit eec59a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/vm/vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ struct VMCompiler : ExprFunctor<void(const Expr& expr)> {
auto global = GetRef<GlobalVar>(gvar);
auto it = this->context->global_map.find(global);
CHECK(it != this->context->global_map.end());
CHECK(it->second < 5);
std::cout << "Invoke with: " << global->name_hint << "(func idx" << it->second << ")" << std::endl;
Emit(Invoke(it->second));
}
Expand Down

0 comments on commit eec59a7

Please sign in to comment.