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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user