-
I will admit I haven't installed rocm-arch on my PC yet. The reason is mostly that I'm maintaining a binary package for ROCm based on the Ubuntu release, and it would take a lot of effort and resources to uninstall / install all the time. I'm trying to understand what is the correct way to provide the library paths to software like Pytorch / Tensorflow / JuliaGPU etc. I thought adding the paths to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
My assumption after a lot of investigation and trial and error is that the RUNPATH of the executables messes with this, because the search priority for runpath is higher in the linker order. So |
Beta Was this translation helpful? Give feedback.
-
This is how we do it in the PKGBUILDs. |
Beta Was this translation helpful? Give feedback.
This is how we do it in the PKGBUILDs.