mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-13 14:29:52 +00:00
Update ggml/src/ggml-backend-impl.h
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
parent
0cbdf133d2
commit
805fea97ac
@ -108,7 +108,7 @@ extern "C" {
|
||||
// compute graph (always async if supported by the backend)
|
||||
enum ggml_status (*graph_compute) (ggml_backend_t backend, struct ggml_cgraph * cgraph);
|
||||
|
||||
// IMPORTANT: these functions have been moved to the device interfance and will be removed from the backend interface
|
||||
// IMPORTANT: these functions have been moved to the device interface and will be removed from the backend interface
|
||||
// new backends should implement the device interface instead
|
||||
|
||||
// These functions are being moved to the device interface
|
||||
|
Loading…
Reference in New Issue
Block a user