Compare commits

...

3 Commits

Author SHA1 Message Date
peterjunpark
abec1ed8c6 update version list link (#5959) 2026-02-11 14:19:04 -05:00
Peter Park
e229b10a06 linux post-install: clean up exports 2025-12-16 16:37:20 -05:00
peterjunpark
b2c4ea3c76 update version list link (#5761) 2025-12-11 17:04:01 -05:00
2 changed files with 4 additions and 4 deletions

View File

@@ -155,7 +155,7 @@ html_theme_options = {
"flavor": "generic", "flavor": "generic",
"header_title": "ROCm™ 7.9.0 Preview", "header_title": "ROCm™ 7.9.0 Preview",
"header_link": "https://rocm.docs.amd.com/en/7.9.0-preview/index.html", "header_link": "https://rocm.docs.amd.com/en/7.9.0-preview/index.html",
"version_list_link": "https://rocm.docs.amd.com/en/7.9.0-preview/release/versions.html", "version_list_link": "https://rocm.docs.amd.com/en/7.11.0-preview/release/versions.html",
"nav_secondary_items": { "nav_secondary_items": {
"GitHub": "https://github.com/ROCm/ROCm", "GitHub": "https://github.com/ROCm/ROCm",
"Community": "https://github.com/ROCm/ROCm/discussions", "Community": "https://github.com/ROCm/ROCm/discussions",

View File

@@ -1,14 +1,14 @@
1. Configure ROCm PATH. Make sure you're in the `therock-tarball` directory before proceeding. 1. Configure ROCm PATH. Make sure you're in the `therock-tarball` directory before proceeding.
```bash ```bash
export ROCM_PATH=$PWD export ROCM_PATH=$PWD/install
export PATH=$PATH:$ROCM_PATH/install/bin export PATH=$PATH:$ROCM_PATH/bin
``` ```
2. Configure `LD_LIBRARY_PATH`. 2. Configure `LD_LIBRARY_PATH`.
```bash ```bash
export LD_LIBRARY_PATH=$ROCM_PATH/install/lib export LD_LIBRARY_PATH=$ROCM_PATH/lib
``` ```
3. Verify the ROCm installation. 3. Verify the ROCm installation.