SWDEV-559267 - Use CLPrint to DevLogPrintf with Log Level - detail debug. (#1160)

Этот коммит содержится в:
Karthik Jayaprakash
2025-11-25 19:25:32 -05:00
коммит произвёл GitHub
родитель 93682f2f75
Коммит 740a06d567
20 изменённых файлов: 130 добавлений и 99 удалений
+3 -2
Просмотреть файл
@@ -793,8 +793,9 @@ bool CopyMemoryP2PCommand::validateMemory() {
device::Memory* mem =
devices[0]->P2PStage()->getDeviceMemory(*devices[0]->GlbCtx().devices()[d]);
if (nullptr == mem) {
DevLogPrintfError("Cannot get P2P stage Device Memory for device: 0x%x \n",
devices[0]->GlbCtx().devices()[d]);
ClPrint(amd::LOG_DETAIL_DEBUG, amd::LOG_MEM,
"Cannot get P2P stage Device Memory for device: 0x%x \n",
devices[0]->GlbCtx().devices()[d]);
return false;
}
}