Lunderberg commented on code in PR #15957:
URL: https://github.com/apache/tvm/pull/15957#discussion_r1386878639


##########
src/runtime/disco/nccl/nccl.cc:
##########
@@ -162,7 +162,7 @@ struct CCLThreadLocalContext {
 
 void InitCCL(Session sess, IntTuple device_ids) {
   DRef func = sess->GetGlobalFunc("runtime.disco." TVM_DISCO_CCL_NAME 
".init_ccl_per_worker");
-  LOG(INFO) << "Initializing " TVM_DISCO_CCL_NAME " with devices: " << 
device_ids;
+  // LOG(INFO) << "Initializing " TVM_DISCO_CCL_NAME " with devices: " << 
device_ids;

Review Comment:
   Yup, that was my intent, as correct behavior should generally be silent.  
That said, this is useful for debugging, so I've replaced it with `DLOG(INFO)`.



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

Reply via email to