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 2021/02/25 19:17:33 UTC

[GitHub] [tvm] tkonolige commented on a change in pull request #7512: Don't run non-tvm_op GraphRuntime nodes in Debug Runtime over RPC.

tkonolige commented on a change in pull request #7512:
URL: https://github.com/apache/tvm/pull/7512#discussion_r583099525



##########
File path: src/runtime/graph/debug/graph_runtime_debug.cc
##########
@@ -110,6 +110,16 @@ class GraphRuntimeDebug : public GraphRuntime {
   }
 
   double RunOpRPC(int index, int number, int repeat, int min_repeat_ms) {
+    if (nodes_[index].op_type != "tvm_op") {

Review comment:
       Could you just leave a comment for why we are doing this




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