SWDEV-381633 - Better log

Change-Id: Ie151d73aa4b1dae7d0d9acd0457e7dbdf35f21ee
This commit is contained in:
Saleel Kudchadker
2023-02-08 10:21:36 -08:00
parent b798c85272
commit 7619b53e9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1622,7 +1622,7 @@ bool Device::populateOCLDeviceConstants() {
LogError("HSA_AMD_AGENT_INFO_SVM_DIRECT_HOST_ACCESS query failed.");
}
LogPrintfInfo("HMM support: %d, xnack: %d, direct host access: %d\n",
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "HMM support: %d, xnack: %d, direct host access: %d\n",
info_.hmmSupported_, info_.hmmCpuMemoryAccessible_, info_.hmmDirectHostAccess_);
info_.globalCUMask_ = {};