Build issue (HIPBLAS for gfx600) #9433
-
Hi folks, I am trying to build llama.cpp for my AMD FirePro D500 with I have find out(https://clang.llvm.org/docs/AMDGPUSupport.html) that we have a macro: I have tried to define __AMDGCN_WAVEFRONT_SIZE=32 within DCMAKE_CXX_FLAGS without any luck :( Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I heard that debian is running their own builders enabling missing AMD platforms. If you got the opportunity, you could try that. so debian os and amdgpu, rocm etc from the DEBIAN repos. _NOT from AMD. |
Beta Was this translation helpful? Give feedback.
gfx600
is unsupported, and has been for years. Rocm 6.2 officially only supportsgfx906
(Mi50 and Radeon VII) an up, you can makegfx900
(Mi25 and Vega) work but that is all, anything older is a no go sadly.Maybe the
Vulkan
backend can work.