From 89514d8206403f435e7db76b68e6488382050e9a Mon Sep 17 00:00:00 2001 From: chen_liqing Date: Fri, 27 Jun 2025 17:57:08 +0800 Subject: [PATCH] test --- torch_npu/csrc/distributed/ProcessGroupHCCL.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/torch_npu/csrc/distributed/ProcessGroupHCCL.cpp b/torch_npu/csrc/distributed/ProcessGroupHCCL.cpp index cac3d571f7..de7a8ffeb2 100644 --- a/torch_npu/csrc/distributed/ProcessGroupHCCL.cpp +++ b/torch_npu/csrc/distributed/ProcessGroupHCCL.cpp @@ -1613,6 +1613,7 @@ void ProcessGroupHCCL::heartbeatMonitor() void ProcessGroupHCCL::hcclCommWatchdog() { c10_npu::SetThreadType(c10_npu::ThreadType::WATCHDOG_THREAD); + try { VLOG(2) << "[Rank " << rank_ << "] HCCL watchdog thread started!"; if (monitorThreadEnabled_.load()) { -- Gitee