mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-08-12 22:29:39 +04:00
Fix debug build failure with RPC off (#579)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
committed by
GitHub
co-authored by
Iwan Kawrakow
parent
c482d14b12
commit
2fb0b26a8f
@@ -971,12 +971,14 @@ GGML_CALL static ggml_backend_t ggml_backend_reg_cpu_init(const char * params, v
|
||||
GGML_UNUSED(user_data);
|
||||
}
|
||||
|
||||
#ifdef GGML_USE_RPC
|
||||
GGML_CALL static ggml_backend_t ggml_backend_reg_rpc_init(const char* params, void* user_data) {
|
||||
return ggml_backend_rpc_init((const char*)user_data);
|
||||
|
||||
GGML_UNUSED(params);
|
||||
GGML_UNUSED(user_data);
|
||||
}
|
||||
#endif
|
||||
|
||||
// multi-buffer buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user