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
* Update HIP SDK version to 6.2.1* Update docs/index.rst* Update docs/index.rstCo-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>* Update docs/index.rst---------Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/index.rst
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,17 @@
6
6
HIP SDK installation for Windows
7
7
********************************
8
8
9
-
The Heterogeneous-computing Interface for Portability (HIP) SDK for Windows brings a subset of the
10
-
:doc:`ROCm<reference/component-support>` platform to Windows. It provides APIs
11
-
and tooling to leverage the computational power of accelerators
12
-
and GPUs to create high-performance, portable applications using
9
+
The HIP SDK for Windows brings a subset of the:doc:`ROCm<reference/component-support>`
10
+
platform to Windows. It provides APIs and tooling to leverage the computational power
11
+
of accelerators and GPUs to create high-performance, portable applications using
13
12
:doc:`HIP<hip:index>`.
14
13
15
14
HIP SDK changes
16
15
===============
17
16
18
17
As of ROCm version 6.1.2, the HIP SDK for Windows includes updated versions of
19
18
the runtime components ``amdhip64`` and ``amd_comgr``. To use the latest
20
-
capabilities of the HIP SDK, reference the new versions of
21
-
these DLL binaries.
19
+
capabilities of the HIP SDK, reference the new versions of these DLL binaries:
22
20
23
21
* ``amdhip64_6.dll`` (formerly ``amdhip64.dll``)
24
22
@@ -43,7 +41,7 @@ Find a more detailed installation guide in :ref:`hip-install-full`.
43
41
System requirements
44
42
-------------------
45
43
46
-
The HIP SDK is supported on Windows 10 and 11. You can install HIP on a system without AMD GPUs
44
+
The HIP SDK is supported on Windows 10 and 11, and Windows Server 2022. You can install HIP on a system without AMD GPUs
47
45
to use the build toolchains, but to run HIP applications, you'll need a compatible GPU. Refer to
48
46
:ref:`supported-gpus-win` for more details.
49
47
@@ -76,7 +74,7 @@ HIP SDK installation
76
74
:width:400
77
75
:alt:User Access Control pop-up
78
76
79
-
The installer executable will temporarily extract installer packages to `C:\\AMD`, which it removes
77
+
The installer executable will temporarily extract installer packages to ``C:\\AMD``, which it removes
80
78
after completing the installation. You'll see the "Initializing install" window during extraction.
81
79
82
80
..image::./data/how-to/002-initializing.png
@@ -111,7 +109,7 @@ HIP SDK installation
111
109
"HIP Libraries", "Full, Partial, None", "Runtime, Development (Libs and headers)"
112
110
"HIP Runtime Compiler", "Full, Partial, None", "Runtime, Development (headers)"
113
111
"HIP Ray Tracing", "Full, Partial, None", "Runtime, Development (headers)"
114
-
"Visual Studio Plugin", "Full, Partial, None", "Visual Studio 2017, 2019, 2022 Plugin"
112
+
"`Visual Studio Plugin<https://rocm.docs.amd.com/projects/hip-vs/en/latest/>`_", "Full, Partial, None", "Visual Studio 2017, 2019, 2022 Plugin"
115
113
116
114
..note::
117
115
@@ -158,8 +156,7 @@ HIP SDK installation
158
156
159
157
5. Complete installation.
160
158
161
-
Once the installation is complete, the installer window may prompt you for a system restart. Click
162
-
**Restart** at the lower right corner, shown in the following image.
159
+
After the installation is complete, the installer window might prompt you for a system restart. Click **Finish** or **Restart** in the lower-right corner, as shown in the following image.
163
160
164
161
..image::./data/how-to/013-install-complete.png
165
162
:width:400
@@ -168,8 +165,7 @@ HIP SDK installation
168
165
..note::
169
166
170
167
If the installer terminates mid-installation, you can safely remove the temporary directory created
171
-
under `C:\\AMD`. Installed components don't depend on this folder unless you explicitly chose
172
-
this as the install folder.
168
+
under `C:\\AMD`. Installed components don't depend on this folder unless you explicitly chose this as the install folder.