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/09/09 16:44:00 UTC

[GitHub] [tvm] vvchernov commented on a change in pull request #8975: [Debug] iters_num and repeat were added to debug executor init args

vvchernov commented on a change in pull request #8975:
URL: https://github.com/apache/tvm/pull/8975#discussion_r705519614



##########
File path: python/tvm/contrib/debugger/debug_executor.py
##########
@@ -68,7 +73,7 @@ def create(graph_json_str, libmod, device, dump_root=None):
             "Please set '(USE_PROFILER ON)' in " "config.cmake and rebuild TVM to enable debug mode"
         )
     func_obj = fcreate(graph_json_str, libmod, *device_type_id)
-    return GraphModuleDebug(func_obj, dev, graph_json_str, dump_root)
+    return GraphModuleDebug(func_obj, dev, graph_json_str, dump_root, iters_num, repeat)

Review comment:
       Yeah, no problem. Thanks for your suggestions.




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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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