zhiics commented on a change in pull request #4459: [RUNTIME] Implement
TVMDSOOp(TensorFlow custom op) for TVM runtime
URL: https://github.com/apache/incubator-tvm/pull/4459#discussion_r375651019
##########
File path: src/codegen/build_module.cc
##########
@@ -572,6 +572,7 @@ runtime::Module build(const Map<Target,
Array<LoweredFunc>>& inputs,
auto& fhost = host_dev_funcs[0];
auto& fdevice = host_dev_funcs[1];
// Get the module for a certain target.
+ printf("build device module: %s\n", it.first->device_name.c_str());
Review comment:
remove debugging statement
----------------------------------------------------------------
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]
With regards,
Apache Git Services