SWDEV-541623 - do not print hip library path on console (#707)

DeviceTest.exe Unit_Uuid_FntlTstsFor_SetEnv_HIP_VISIBLE_DEVICES

[ROCm/clr commit: b568971718]
This commit is contained in:
GunaShekar, Ajay
2025-07-10 12:07:03 -07:00
committed by GitHub
parent 7fd322af90
commit 8e1f5f50cd
-1
View File
@@ -739,7 +739,6 @@ void Os::PrintLibraryLocation() {
(LPCSTR)&Os::loadLibrary, &hm)) {
char cszDllPath[1024] = {0};
if (GetModuleFileNameA(hm, cszDllPath, sizeof(cszDllPath))) {
printf("HIP Library Path: %s\n", cszDllPath);
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "HIP Library Path: %s", cszDllPath);
return;
}