mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Add release notes Add install instructions Add PyTorch + ComfyUI instructions Add custom selector directives Add JS and CSS for selector Add custom icon directive and utils Clean up conf.py
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
```