From: Daniel Bevenius Date: Wed, 3 Apr 2024 20:57:20 +0000 (+0200) Subject: backend : fix typo in scheduler documentation (#781) X-Git-Tag: upstream/0.0.1642~793 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=092c04779812235ad18c0ad6a98d9ebd3fe61f09;p=pkg%2Fggml%2Fsources%2Fggml backend : fix typo in scheduler documentation (#781) Signed-off-by: Daniel Bevenius --- diff --git a/include/ggml/ggml-backend.h b/include/ggml/ggml-backend.h index 422457ab..744b6a77 100644 --- a/include/ggml/ggml-backend.h +++ b/include/ggml/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);