[MSCCL]: Move scratch buffer debug msgs to TRACE (#1189)

Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
Bu işleme şunda yer alıyor:
Nilesh M Negi
2024-05-31 17:54:23 -05:00
işlemeyi yapan: GitHub
ebeveyn 354e0b29a6
işleme 1249a6c3fd
+1 -1
Dosyayı Görüntüle
@@ -458,7 +458,7 @@ ncclResult_t mscclSetupKernel(const void* sendBuff, void* recvBuff, size_t count
NCCLCHECK(ncclCudaMalloc((char**)&scratchBuffer, sizeRounded, hipDeviceMallocFinegrained));
#endif
work.scratchBuffer = status.scratchBuffers[sizeRounded] = scratchBuffer;
INFO(NCCL_INIT, "MSCCL: Allocated scratch buffer of size %lu on request (%lu)", sizeRounded, sizeNeeded);
TRACE(NCCL_INIT, "MSCCL: Allocated scratch buffer of size %lu on request (%lu)", sizeRounded, sizeNeeded);
} else {
work.scratchBuffer = itr->second;
}