ggml : fix fallback to CPU for ununsupported ops (#15118)

This commit is contained in:
Diego Devesa
2025-08-06 05:37:35 -07:00
committed by GitHub
parent 65c797c4fa
commit 0d8831543c
4 changed files with 27 additions and 25 deletions

View File

@@ -33,6 +33,6 @@ class extra_buffer_type {
} // namespace ggml::cpu
// implemented in ggml-cpu.cpp.
std::vector<ggml_backend_buffer_type_t> & ggml_backend_cpu_get_extra_buffers_type();
std::vector<ggml_backend_buffer_type_t> & ggml_backend_cpu_get_extra_buffer_types();
#endif