Install ROCm Nightly
Install a ROCm nightly by running:
~/.cursor/skills/install-rocm-nightly/scripts/install-rocm-nightly.sh.
Quick start
- Install the newest nightly for this host's GPU:
~/.cursor/skills/install-rocm-nightly/scripts/install-rocm-nightly.sh
- See what is published before installing:
~/.cursor/skills/install-rocm-nightly/scripts/install-rocm-nightly.sh --list
Behavior rules
- Installs to
~/rocm-nightly/<family>/<version>and points~/rocm-nightly/currentat it. Override the parent with--install-root. - Never edits shell configuration. Point
ROCM_PATHat$HOME/rocm-nightly/currentonce, and every later install is a symlink flip. - Resolves the tarball family from the host GPU. Pass
--targetto override; the script never silently falls back tomultiarch. - Resolves the newest published build unless
--versionpins one. - Re-installing an existing version is a no-op that only re-activates it; use
--forceto download and replace it. - Downloads and extracts in a scratch directory, so a failed run leaves no partial install behind.
- Scope for this workflow: Linux tarballs. Runtime-only builds; the
-tests-tarballs are deliberately out of scope.
Additional resources
- REFERENCE.md
- EXAMPLES.md