From 20975db2be7c8959cdcf2d5bfbbffe5731f7d797 Mon Sep 17 00:00:00 2001 From: "Bill(Shuzhou) Liu" Date: Tue, 26 Sep 2023 10:26:06 -0500 Subject: [PATCH] Do not print the library name if in default folder The rocm-smi python tool will not print the library name on default folder. Change-Id: I203a872ebe2fc994766a2628049ca50c8bfa7120 [ROCm/rocm_smi_lib commit: 016dbf8aa3cc61af4efe55b13cfb674a828d9e04] --- projects/rocm-smi-lib/python_smi_tools/rsmiBindings.py.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocm-smi-lib/python_smi_tools/rsmiBindings.py.in b/projects/rocm-smi-lib/python_smi_tools/rsmiBindings.py.in index 36dbb6e5ff..87c32a8fc9 100644 --- a/projects/rocm-smi-lib/python_smi_tools/rsmiBindings.py.in +++ b/projects/rocm-smi-lib/python_smi_tools/rsmiBindings.py.in @@ -37,8 +37,6 @@ def initRsmiBindings(silent=False): print_silent('Using lib from %s' % path_librocm) else: print('Unable to find librocm_smi64.so.@VERSION_MAJOR@') - else: - print_silent('Library loaded from: %s ' % path_librocm) # ----------> TODO: Support static libs as well as SO try: