mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-05 03:45:12 -05:00
61 lines
1.1 KiB
Markdown
61 lines
1.1 KiB
Markdown
# Install ROCm (HIP SDK) on Windows
|
|
|
|
Start with {doc}`../../quick-start/windows` or follow the detailed
|
|
instructions below.
|
|
|
|
## Prepare to install
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[Prerequisites](./prerequisites.md)**
|
|
|
|
The prerequisites page lists the required steps to verify that the system
|
|
supports ROCm.
|
|
:::
|
|
|
|
::::
|
|
|
|
## Choose your install method
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[Graphical installation](./gui/index.md)**
|
|
|
|
Use the graphical front-end of the installer.
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**[Command-line installation](./cli/index.md)**
|
|
|
|
Use the command line front-end of the installer.
|
|
:::
|
|
|
|
::::
|
|
|
|
## Post-installation
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card}
|
|
**[ROCm examples](https://github.com/amd/rocm-examples)**
|
|
|
|
Learn how to use ROCm with descriptive examples for novice to intermediate users.
|
|
:::
|
|
|
|
:::{grid-item-card}
|
|
**[Windows app deployment guidelines](../../../conceptual/windows-app-deployment-guidelines.md)**
|
|
|
|
Discusses strategies on how to bundle HIP libraries with an end user application.
|
|
:::
|
|
|
|
::::
|
|
|
|
## See also
|
|
|
|
[Windows support](../../../about/compatibility/windows-support.md)
|