File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,15 @@ Standard path:
6767- Windows: ` C:/Program Files/AMD/ROCm/<rocm-version> `
6868
6969If you have non-standard path for ROCm, set ` ROCM_PATH=<path> `
70- environment variable before launching Julia.
70+ 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+ Depending on your GPU model and the functionality you want to use, you may have
77+ to force the GPU architecture by setting the ` HSA_OVERRIDE_GFX_VERSION `
78+ variable to a compatible version.
7179
7280## Extra Setup Details
7381
You can’t perform that action at this time.
0 commit comments