From cefb538d80a95dd89bc3db553466444b789c76b4 Mon Sep 17 00:00:00 2001 From: "Arif, Maisam" Date: Fri, 7 Mar 2025 15:20:09 -0600 Subject: [PATCH] [SWDEV-517717] Maintence Mode Notice (#20) Signed-off-by: Maisam Arif [ROCm/rocm_smi_lib commit: d953b2ce664b91b90b9830253cc704fd0a31fa1d] --- projects/rocm-smi-lib/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/rocm-smi-lib/README.md b/projects/rocm-smi-lib/README.md index 9748a7e536..13a593a3d6 100755 --- a/projects/rocm-smi-lib/README.md +++ b/projects/rocm-smi-lib/README.md @@ -1,5 +1,9 @@ +# 🛠️ Maintenance Mode Notice 🛠️ -## Use C++ in ROCm SMI +Starting with ROCm 6.5, only critical bug fixes will be applied to ROCm-SMI. +For a seamless experience and continued support, please switch to [AMD-SMI](https://github.com/ROCm/amdsmi). + +## Use C++ in ROCm SMI ### Device Indices @@ -7,7 +11,7 @@ Many of the functions in the library take a "device index". The device index is ## Hello ROCm SMI -The only required ROCm-SMI call for any program that wants to use ROCm-SMI is the `rsmi_init()` call. This call initializes some internal data structures that will be used by subsequent ROCm-SMI calls. +The only required ROCm-SMI call for any program that wants to use ROCm-SMI is the `rsmi_init()` call. This call initializes some internal data structures that will be used by subsequent ROCm-SMI calls. When ROCm-SMI is no longer being used, `rsmi_shut_down()` should be called. This provides a way to do any releasing of resources that ROCm-SMI may have held. In many cases, this may have no effect, but may be necessary in future versions of the library.