mbs-octoml commented on a change in pull request #9749:
URL: https://github.com/apache/tvm/pull/9749#discussion_r770992333
##########
File path: src/target/compilation_config.cc
##########
@@ -61,47 +61,47 @@ void CompilationConfigNode::EstablishDefaultSEScopes(const
transform::PassContex
if (host_target.defined()) {
CHECK(!host_target->host.defined()) << "Host targets are not expected to
have hosts";
host_device_type =
static_cast<DLDeviceType>(host_target->kind->device_type);
- DLOG(INFO) << "Using the given host target " <<
host_target->ToDebugString()
- << " of device type " << host_device_type << " for the host
target";
+ VLOG(1) << "Using the given host target " << host_target->ToDebugString()
<< " of device type "
+ << host_device_type << " for the host target";
Review comment:
Yeah. In this case these were my own DLOGs and they were too verbose
even for me.
In general getting folks to think about debugability when writing code in
the first place would be a fine thing. Eg I don't know if there's any way to
see TE, or Schedules.
--
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]