Open Mushoz opened 4 hours ago
You should be able to build with HIP by using cmake with -DGGML_HIP=ON
. The Makefile will likely be removed in the near future.
Same issue with build command make GGML_CUDA=1
with Release/b4082
@Mushoz what happens when you run this
cmake -B build -DGGML_HIP=ON
cmake --build build --config Release
What happened?
I can no longer build llama.cpp with hipblas enabled. The following dockerfile can be used to reproduce the issue:
The relevant log output seems to be the following:
I bisected the issue, and this was found to be the first bad commit:
Name and Version
It doesn't build, but the first broken version is commit 1607a5e5b08f4e55f118af3d7de325949d8f1835
What operating system are you seeing the problem on?
Linux
Relevant log output
No response