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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]