Installation Prerequisites (Windows)#

Applies to Windows

2023-07-27

4 min read time

You must perform the following steps before installing ROCm and check if the system meets all the requirements to proceed with the installation.

Confirm the System Is Supported#

The ROCm installation is supported only on specific host architectures, Windows SKUs and update versions.

Check the Windows SKU and Update Version on Your System#

This section discusses obtaining information about the host architecture, Windows SKU and update version.

Command Line Check#

Verify the Windows SKU using the following steps:

  1. To obtain the Linux distribution information, type the following command on your system from a PowerShell Command Line Interface (CLI):

    Get-ComputerInfo | Format-Table CsSystemType,OSName,OSDisplayVersion
    
  2. Confirm that the obtained information matches with those listed in Supported SKUs.

    Example: Running the command above on a Windows system may result in the following output:

    CsSystemType OsName                   OSDisplayVersion
    ------------ ------                   ----------------
    x64-based PC Microsoft Windows 11 Pro 22H2
    

Graphical Check#

  1. Open the Setting app.

    Gear icon of the Windows Settings app

    Fig. 15 Windows Settings app icon#

    Gear icon of the Windows Settings app

    Fig. 16 Windows Settings app icon#

  2. Navigate to System > About.

    Settings app panel showing Device and OS information

    Fig. 17 Settings > About page#

    Settings app panel showing Device and OS information

    Fig. 18 Settings > About page#

  3. Confirm that the obtained information matches with those listed in Supported SKUs.