mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-11 23:15:06 -05:00
Compare commits
3 Commits
docs/7.11.
...
docs/7.9.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
abec1ed8c6 | ||
|
|
e229b10a06 | ||
|
|
b2c4ea3c76 |
@@ -155,7 +155,7 @@ html_theme_options = {
|
||||
"flavor": "generic",
|
||||
"header_title": "ROCm™ 7.9.0 Preview",
|
||||
"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": {
|
||||
"GitHub": "https://github.com/ROCm/ROCm",
|
||||
"Community": "https://github.com/ROCm/ROCm/discussions",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
1. Configure ROCm PATH. Make sure you're in the `therock-tarball` directory before proceeding.
|
||||
|
||||
```bash
|
||||
export ROCM_PATH=$PWD
|
||||
export PATH=$PATH:$ROCM_PATH/install/bin
|
||||
export ROCM_PATH=$PWD/install
|
||||
export PATH=$PATH:$ROCM_PATH/bin
|
||||
```
|
||||
|
||||
2. Configure `LD_LIBRARY_PATH`.
|
||||
|
||||
```bash
|
||||
export LD_LIBRARY_PATH=$ROCM_PATH/install/lib
|
||||
export LD_LIBRARY_PATH=$ROCM_PATH/lib
|
||||
```
|
||||
|
||||
3. Verify the ROCm installation.
|
||||
|
||||
Reference in New Issue
Block a user