areusch commented on a change in pull request #7512:
URL: https://github.com/apache/tvm/pull/7512#discussion_r583102750
##########
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:
done
----------------------------------------------------------------
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]