Fedora compilation instructions are incorrect #74
FSilveiraa
started this conversation in
General
Replies: 1 comment
-
|
Ran into this when trying to debug building under Fedora 41. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried the setup on a completely new system with Fedora 40, following the instructions, and I noticed some of them were wrong:
rocblas-develandhipblas-develyou also need therocm-hip-develpackage, otherwise you'll get an error about 2 missing header files:hip/hip_fp16.handhip/hip_runtime.h/opt, all libraries were found with no issue, but it was looking for theamdgpu-archwhich in Fedora isamdgpu-arch-17. I fixed this by symlinking/usr/bin/amdgpu-arch-17to~/.local/bin/amdgpu-archThat last issue only happens if you don't specify the GPU architecture, which you have to like the guide specifies, otherwise you'll get a runtime error after loading the model into memory. I can open a PR for the README, but I'd like someone else to confirm this if possible.
Beta Was this translation helpful? Give feedback.
All reactions