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:
[email protected]


Reply via email to