From 9c16cc8baf583e4543fcfb0ecd95904fed811ef8 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Tue, 7 May 2024 21:00:50 -0500 Subject: [PATCH] Bump version lib:7.2.0 tool:2.2.0+hash Signed-off-by: Maisam Arif Change-Id: I07138dad67d796fb8c2dd418a384f663dd8532c0 --- CMakeLists.txt | 2 +- python_smi_tools/README.md | 5 +++-- python_smi_tools/rocm_smi.py | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e6ac696ad..ad4ea6eafe 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ find_program (GIT NAMES git) ## Setup the package version based on git tags. set(PKG_VERSION_GIT_TAG_PREFIX "rsmi_pkg_ver") -get_package_version_number("7.1.0" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) +get_package_version_number("7.2.0" ${PKG_VERSION_GIT_TAG_PREFIX} GIT) message("Package version: ${PKG_VERSION_STR}") set(${ROCM_SMI_LIBS_TARGET}_VERSION_MAJOR "${CPACK_PACKAGE_VERSION_MAJOR}") set(${ROCM_SMI_LIBS_TARGET}_VERSION_MINOR "${CPACK_PACKAGE_VERSION_MINOR}") diff --git a/python_smi_tools/README.md b/python_smi_tools/README.md index 1fa33eba11..266b3ad3cd 100644 --- a/python_smi_tools/README.md +++ b/python_smi_tools/README.md @@ -2,8 +2,9 @@ This tool acts as a command line interface for manipulating and monitoring the amdgpu kernel, and is intended to replace -and deprecate the existing rocm_smi.py CLI tool. -It uses Ctypes to call the rocm_smi_lib API. +and deprecate the existing rocm_smi.py CLI tool located at +https://github.com/ROCm/ROC-smi. +This tool uses Ctypes to call the rocm_smi_lib API. Recommended: At least one AMD GPU with ROCm driver installed Required: ROCm SMI library installed (librocm_smi64) diff --git a/python_smi_tools/rocm_smi.py b/python_smi_tools/rocm_smi.py index 9e35f5562f..b770716c9d 100755 --- a/python_smi_tools/rocm_smi.py +++ b/python_smi_tools/rocm_smi.py @@ -3,8 +3,9 @@ This tool acts as a command line interface for manipulating and monitoring the amdgpu kernel, and is intended to replace -and deprecate the existing rocm_smi.py CLI tool. -It uses Ctypes to call the rocm_smi_lib API. +and deprecate the existing rocm_smi.py CLI tool located at +https://github.com/ROCm/ROC-smi. +This tool uses Ctypes to call the rocm_smi_lib API. Recommended: At least one AMD GPU with ROCm driver installed Required: ROCm SMI library installed (librocm_smi64) """