You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Fix broken links, warnings and use automodule (#11)
- Fixes the broken links in rocm_smi.h
- Uses automodule instead of autofunction in docs/reference/python_api.rst
- Fixes some warnings during docs build
- Update some of the versions in requirements.txt
[ROCm/rocm_smi_lib commit: fc61e40]
Copy file name to clipboardExpand all lines: projects/rocm-smi-lib/docs/install/install.rst
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@
7
7
Installing ROCm SMI
8
8
*********************
9
9
10
-
Planned deprecation notice
10
+
Planned deprecation notice
11
11
----------------------------
12
12
13
13
ROCm System Management Interface (ROCm SMI) Library is planned to be ***deprecated***, and the release date will be announced soon. We recommend migration to AMD SMI.
14
14
15
15
Install amdgpu using ROCm
16
16
--------------------------
17
17
Use the following instructions to install AMDGPU using ROCm:
18
-
18
+
19
19
1. Install amdgpu driver. Refer to the following example, your release and link may differ. The `amdgpu-install --usecase=rocm` triggers both an amdgpu driver update and ROCm SMI packages to be installed on your device.
To build the ROCm SMI library, the following components are required.
37
-
38
-
.. Note::
39
-
36
+
To build the ROCm SMI library, the following components are required.
37
+
40
38
The following software versions are what was used in development. Earlier versions are not guaranteed to work:
41
39
42
40
* CMake (v3.5.0)
@@ -52,7 +50,7 @@ The source code for ROCm SMI is available on `Github <https://github.com/RadeonO
52
50
After the ROCm SMI library git repository is cloned to a local Linux machine, use the following CMake build sequence to build the library. Specifically,
0 commit comments