rocm_smi_lib

This commit is contained in:
Sam Wu
2023-06-21 17:18:17 -06:00
parent a471e8debe
commit 6b1fdeab82
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ Computer vision related projects.
:::{grid-item-card} [Management Tools](management_tools)
- AMD SMI
- [ROCm SMI](https://rocmdocs.amd.com/projects/rocmsmi/en/latest/)
- [ROCm SMI](https://rocmdocs.amd.com/projects/rocm_smi_lib/en/latest/)
- {doc}`ROCm Datacenter Tool <rdc:index>`
:::

View File

@@ -11,10 +11,10 @@ The AMD System Management Interface Library, or AMD SMI library, is a C library
:::
:::{grid-item-card} [ROCm SMI](https://rocmdocs.amd.com/projects/rocmsmi/en/latest/)
:::{grid-item-card} [ROCm SMI](https://rocmdocs.amd.com/projects/rocm_smi_lib/en/latest/)
This tool acts as a command line interface for manipulating and monitoring the AMD GPU 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.
- [Documentation](https://rocmdocs.amd.com/projects/rocmsmi/en/latest/)
- [Documentation](https://rocmdocs.amd.com/projects/rocm_smi_lib/en/latest/)
- [GitHub](https://github.com/RadeonOpenCompute/rocm_smi_lib)
- [Examples](https://github.com/RadeonOpenCompute/rocm_smi_lib/tree/master/python_smi_tools)

View File

@@ -165,7 +165,7 @@ subtrees:
- entries:
- url: https://rocm.docs.amd.com/projects/amdsmi/en/{branch}/
title: AMD SMI
- url: https://rocm.docs.amd.com/projects/rocmsmi/en/{branch}/
- url: https://rocm.docs.amd.com/projects/rocm_smi_lib/en/{branch}/
title: ROCm SMI
- url: ${project:rdc}
title: ROCm Datacenter Tool