From: Daniel Bevenius Date: Wed, 3 Apr 2024 20:57:20 +0000 (+0200) Subject: backend : fix typo in scheduler documentation (ggml/781) X-Git-Tag: upstream/1.7.4~865 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=700d146127afc9e000e02b1031dddd0e4f3900a3;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp backend : fix typo in scheduler documentation (ggml/781) Signed-off-by: Daniel Bevenius --- diff --git a/ggml-backend.h b/ggml-backend.h index 422457ab..744b6a77 100644 --- a/ggml-backend.h +++ b/ggml-backend.h @@ -137,7 +137,7 @@ extern "C" { /* Example usage: - // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be asigned + // operations that use tensors allocated in a buffer with USAGE_WEIGHTS will be assigned // preferrably to run on the same backend as the buffer ggml_backend_buffer_set_usage(buf_weights, GGML_BACKEND_BUFFER_USAGE_WEIGHTS);