mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-27 03:01:52 -04:00
* Changing SKU to Edition * Installation phrasing * Adding the app deployment guide * Fixing links * Update docs/understand/windows-app-deployment-guidelines.md --------- Co-authored-by: Sam Wu <sjwu@ualberta.ca>
66 lines
1.2 KiB
Markdown
66 lines
1.2 KiB
Markdown
# Install ROCm (HIP SDK) on Windows
|
|
|
|
Start with {doc}`/deploy/windows/quick_start` or follow the detailed
|
|
instructions below.
|
|
|
|
## Prepare to Install
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} Prerequisites
|
|
:link: prerequisites
|
|
:link-type: doc
|
|
|
|
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
|
|
:link: gui/index
|
|
:link-type: doc
|
|
|
|
Use the graphical front-end of the installer.
|
|
:::
|
|
|
|
:::{grid-item-card} Command Line Installation
|
|
:link: cli/index
|
|
:link-type: doc
|
|
|
|
Use the command line front-end of the installer.
|
|
:::
|
|
|
|
::::
|
|
|
|
## Post Installation
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} ROCm-Examples
|
|
:link: https://github.com/amd/rocm-examples
|
|
:link-type: url
|
|
|
|
Learn how to use ROCm with descriptive examples for novice to intermediate users.
|
|
:::
|
|
|
|
:::{grid-item-card} Windows App Deployment Guidelines
|
|
:link: ../../understand/windows-app-deployment-guidelines
|
|
:link-type: doc
|
|
|
|
Discusses strategies on how to bundle HIP libraries with an end user application.
|
|
:::
|
|
|
|
::::
|
|
|
|
## See Also
|
|
|
|
- {doc}`/release/gpu_os_support`
|