1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
---
myst:
html_meta:
"description lang=en": "Explore the AMD SMI Go API."
"keywords": "api, smi, lib, system, management, interface, ROCm, golang"
---
# AMD SMI Go API reference
The AMD SMI Go interface provides a convenient way to interact with AMD
hardware through a simple and accessible API. The API is compatible with Go
version 1.20 and higher and requires the AMD driver to be loaded for
initialization. Review the [prerequisites](#go_prereqs) before getting
started.
This section provides documentation for the AMD SMI Go API. Explore these
sections to understand the full scope of available functionalities and how to
implement them in your applications.
## GPU functions
```{eval-rst}
.. go-api-ref:: ../../goamdsmi.go
:section: gpu
```
## CPU functions
```{eval-rst}
.. go-api-ref:: ../../goamdsmi.go
:section: cpu
```
|