Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 خطوط
851 B
Markdown

2024-10-02 14:42:34 -04:00
# AMD SMI Python library
2023-06-01 17:14:35 -06:00
2024-10-02 14:42:34 -04:00
The AMD SMI Python interface offers an accessible way to interact
with AMD hardware through a user-friendly API. Find the documentation in the
`docs/` directory.
2023-06-01 17:14:35 -06:00
2024-10-02 14:42:34 -04:00
- [Install AMD SMI](../docs/install/install.md)
- [About the library and how to get started](../docs/how-to/amdsmi-py-lib.md)
- [Python API reference](../docs/reference/amdsmi-py-api.md)
2022-10-11 16:06:32 +02:00
2024-10-02 14:42:34 -04:00
## Online documentation
2023-06-01 17:14:35 -06:00
2024-10-02 14:42:34 -04:00
Explore the latest documentation on the [ROCm documentation
portal](https://rocm.docs.amd.com/projects/amdsmi/en/latest/index.html).
2023-06-01 17:14:35 -06:00
2024-10-02 14:42:34 -04:00
- [Install AMD
SMI](https://rocm.docs.amd.com/projects/amdsmi/en/latest/install/install.html)
2022-10-11 16:06:32 +02:00
2024-10-02 14:42:34 -04:00
- [Python library
usage](https://rocm.docs.amd.com/projects/amdsmi/en/latest/how-to/amdsmi-py-lib.html).
2022-10-11 16:06:32 +02:00
2024-10-02 14:42:34 -04:00
- [Python API
reference](https://rocm.docs.amd.com/projects/amdsmi/en/latest/reference/amdsmi-py-api.html).