-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Closed
Labels
Description
Git commit
Operating systems
Linux
GGML backends
Vulkan
Problem description & steps to reproduce
I'm trying to compile llama.cpp with vulkan support on a Slackware64-15.0 system with updated kernel (6.14.9), mesa (25.1.2) and vulkan-sdk (1.4.313).
First Bad Commit
Compile command
make -C build
Relevant log output
/data/toshi/ai/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:11403:37: error: too few arguments to function ‘ggml_tensor* ggml_set_rows(ggml_context*, ggml_tensor*, ggml_tensor*, ggml_tensor*)’
11403 | tensor_clone = ggml_set_rows(ggml_ctx, src_clone[0], src_clone[1]);
| ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /data/toshi/ai/llama.cpp/ggml/src/../include/ggml-vulkan.h:3,
from /data/toshi/ai/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp:1:
/data/toshi/ai/llama.cpp/ggml/src/../include/ggml.h:1514:35: note: declared here
1514 | GGML_API struct ggml_tensor * ggml_set_rows(
| ^~~~~~~~~~~~~