mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-12 15:34:58 -05:00
* Update links to components to point the `therock-7.9.0` ref * Add build from source page * lint: fix caps and update .wordlist.txt * add link to "development manuals" list * add links to TheRock's development guide and fix step 4 * wording and fmt * fix spacing * fix fmt * Fix documentation linting errors * fix spacing
1.1 KiB
1.1 KiB
-
Verify the ROCm installation.
hipinfo.. dropdown:: Example output of ``hipinfo`` .. code-block:: shell-session -------------------------------------------------------------------------------- device# 0 Name: AMD Radeon(TM) 8060S Graphics pciBusID: 197 pciDeviceID: 0 pciDomainID: 0 multiProcessorCount: 20 [output truncated] -
Inspect your ROCm installation in your Python environment.
pip freeze where rocm-sdk dir .venv\Scripts -
Test your ROCm installation.
rocm-sdk testTo learn more about the
rocm-sdktool and to see example expected outputs, see Using ROCm Python packages (TheRock).
If you need to deactivate your Python virtual environment when finished,
run:
```shell
deactivate
```