[rocprofv3-avail] Documentation update and column formatting (#447)

* addressing issues

* doc fix

* test fix

* fix

* fix formatting issue and doc update

* fix column size

* fix

* fix formatting in output

* tests fix

* test fix

* add new line

* add new line

* fix new line

* fixing typo in using-rocprofv3-avail.rst
This commit is contained in:
Nagaraj, Sriraksha
2025-07-10 11:41:12 -05:00
committed by GitHub
vanhempi e5161f6e06
commit 3aaffc42da
12 muutettua tiedostoa jossa 138 lisäystä ja 96 poistoa
+2 -1
Näytä tiedosto
@@ -110,8 +110,9 @@ def test_counter_set(capsys, rocm_path):
def set_library(rocm_path):
ROCPROF_LIST_AVAIL_TOOL_LIBRARY = (
f"{rocm_path}/libexec/rocprofiler-sdk/librocprofv3-list-avail.so"
f"{rocm_path}/lib/rocprofiler-sdk/librocprofv3-list-avail.so"
)
os.environ["ROCPROFILER_METRICS_PATH"] = f"{rocm_path}/share/rocprofiler-sdk"
avail.loadLibrary.libname = os.environ.get(
"ROCPROF_LIST_AVAIL_TOOL_LIBRARY", ROCPROF_LIST_AVAIL_TOOL_LIBRARY
)