We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf555b commit 1e51392Copy full SHA for 1e51392
docs/src/index.md
@@ -67,7 +67,11 @@ Standard path:
67
- Windows: `C:/Program Files/AMD/ROCm/<rocm-version>`
68
69
If you have non-standard path for ROCm, set `ROCM_PATH=<path>`
70
-environment variable before launching Julia.
+environment variable before launching Julia. For example, if ROCm is installed
71
+in your Linux system root (e.g. on Fedora), set `ROCM_PATH=/usr/lib64/rocm/gfx11` or
72
+`ROCM_PATH=/usr/lib64/rocm/gfx1103`, depending on your GPU's architecture. You
73
+can query the architecture using the `amdgpu-arch` command. The `AMDGPU.versioninfo()`
74
+function prints the paths of any libraries found.
75
76
## Extra Setup Details
77
0 commit comments