diff --git a/.wordlist.txt b/.wordlist.txt index 8d469d9e5..ce8abbb6e 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -27,3 +27,8 @@ DGEMM HPCG HPL IOPM +# windows +SKU +SKUs +PowerShell +UAC diff --git a/docs/deploy/windows/cli/install.md b/docs/deploy/windows/cli/install.md index b4b715ceb..88f677ca9 100644 --- a/docs/deploy/windows/cli/install.md +++ b/docs/deploy/windows/cli/install.md @@ -11,7 +11,9 @@ compatible GPU is required. Please see the supported GPU guide for more details. ## HIP SDK Installation The command line installer is the same executable which is used by the graphical -front-end. The options supported by the command line interface are summarized in +front-end. Download the installer from the +[HIP-SDK download page](https://www.amd.com/en/developer/rocm-hub/hip-sdk.html). +The options supported by the command line interface are summarized in {numref}`hip-sdk-cli-options`. ```{table} HIP SDK Command Line Options @@ -33,7 +35,7 @@ selectively installing parts of the SDK bundle. It's all or nothing. ### Launching the Installer From the Command Line -The installer is still a graphical application with a `WinMain` entrypoint, even +The installer is still a graphical application with a `WinMain` entry point, even when called on the command line. This means that the application lifetime is tied to a window, even on headless systems where that window may not be visible. To launch the installer from PowerShell that will block until the installer diff --git a/docs/deploy/windows/cli/uninstall.md b/docs/deploy/windows/cli/uninstall.md index 587eb15dd..0af305704 100644 --- a/docs/deploy/windows/cli/uninstall.md +++ b/docs/deploy/windows/cli/uninstall.md @@ -27,7 +27,7 @@ selectively installing parts of the SDK bundle. It's all or nothing. ### Launching the Installer From the Command Line -The installer is still a graphical application with a `WinMain` entrypoint, even +The installer is still a graphical application with a `WinMain` entry point, even when called on the command line. This means that the application lifetime is tied to a window, even on headless systems where that window may not be visible. To launch the installer from PowerShell that will block until the installer diff --git a/docs/deploy/windows/gui/install.md b/docs/deploy/windows/gui/install.md index de123f830..18b8b6727 100644 --- a/docs/deploy/windows/gui/install.md +++ b/docs/deploy/windows/gui/install.md @@ -10,6 +10,11 @@ compatible GPU is required. Please see the supported GPU guide for more details. ## HIP SDK Installation +### Download the installer + +Download the installer from the +[HIP-SDK download page](https://www.amd.com/en/developer/rocm-hub/hip-sdk.html). + ### Launching the installer To launch the AMD HIP SDK Installer, click the **Setup** icon shown in diff --git a/docs/deploy/windows/quick_start.md b/docs/deploy/windows/quick_start.md index 1f3782e65..cfe8ba312 100644 --- a/docs/deploy/windows/quick_start.md +++ b/docs/deploy/windows/quick_start.md @@ -10,6 +10,11 @@ compatible GPU is required. Please see the supported GPU guide for more details. ## HIP SDK Installation +### Download the installer + +Download the installer from the +[HIP-SDK download page](https://www.amd.com/en/developer/rocm-hub/hip-sdk.html). + ### Launching the installer To launch the AMD HIP SDK Installer, click the **Setup** icon shown in diff --git a/docs/release/gpu_os_support.md b/docs/release/gpu_os_support.md index d42ab544b..893917f8d 100644 --- a/docs/release/gpu_os_support.md +++ b/docs/release/gpu_os_support.md @@ -1,8 +1,8 @@ -# GPU Support and OS Compatibility (Linux) +# GPU and OS Support (Linux) (supported_distributions)= -## Supported Linux Distributions +## Supported Distributions AMD ROCmâ„¢ Platform supports the following Linux distributions. @@ -26,9 +26,7 @@ ROCm supports virtualization for select GPUs only as shown below. (supported_gpus)= -## Supported GPUs - -The following table shows the list of GPUs supported on Linux distributions: +## GPU Support Table ::::{tab-set} diff --git a/docs/release/windows_support.md b/docs/release/windows_support.md index c1d95e134..dabaec457 100644 --- a/docs/release/windows_support.md +++ b/docs/release/windows_support.md @@ -49,6 +49,7 @@ AMD ROCmâ„¢ Platform supports the following Windows SKU. :::: ### Component Support + ROCm components are described in the [reference](../reference/all) page. Support on Windows is provided with two levels on enablement. diff --git a/docs/rocm.md b/docs/rocm.md index 415162860..76614518b 100644 --- a/docs/rocm.md +++ b/docs/rocm.md @@ -34,19 +34,19 @@ between Windows and Linux releases. |Component|Linux|Windows| |---------|-----|-------| |Driver|Radeon Software for Linux |AMD Software Pro Edition| -|Compiler|hipcc/amdclang++|hipcc/clang++| -|Debugger|rocgdb|no debugger available| -|Profiler|rocprof|[Radeon GPU Profiler](https://gpuopen.com/rgp/)| +|Compiler|`hipcc`/`amdclang++`|`hipcc`/`clang++`| +|Debugger|`rocgdb`|no debugger available| +|Profiler|`rocprof`|[Radeon GPU Profiler](https://gpuopen.com/rgp/)| |Porting Tools|HIPIFY|Coming Soon| |Runtime|HIP (Open Sourced)|HIP (closed source)| |Math Libraries|Supported|Supported| |Primitives Libraries|Supported|Supported| |Communication Libraries|Supported|Not Available| |AI Libraries|MIOpen, MIGraphX|Not Available| -|System Management|rocm-smi-lib, RDC, rocminfo|amdsmi, hipInfo| -|AI Frameworks|PyTorch, Tensorflow, etc.|Not Available| +|System Management|`rocm-smi-lib`, RDC, `rocminfo`|`amdsmi`, `hipInfo`| +|AI Frameworks|PyTorch, TensorFlow, etc.|Not Available| |CMake HIP Language|Enabled|Unsupported| -|Visual Studio| Not appplicable| Plugin Available| +|Visual Studio| Not applicable| Plugin Available| |HIP Ray Tracing| Supported|Supported| AMD is continuing to invest in Windows support and AMD plans to release enhanced @@ -91,11 +91,11 @@ refrain from upgrading ROCm unless there is a joint release. ### Windows Documentation implications The ROCm documentation website contains both Windows and Linux documentation. -Just below each article title, a convinient article information section states +Just below each article title, a convenient article information section states whether the page applies to Linux only, Windows only or both OSes. To find the exact Windows documentation for a release of the HIP SDK, please view the ROCm documentation with the same Major.Minor version number while ignoring the Patch version. The Patch version -only matters for Linux releases. For convinience, +only matters for Linux releases. For convenience, Windows documentation will continue to be included in the overall ROCm documentation for the skipped Windows releases.