ggml : fix trailing whitespace (llama/0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-09-20 19:13:02 +03:00
parent c0761c95f5
commit d661283e68

View File

@ -256,7 +256,7 @@ GGML_API GGML_CALL void ggml_backend_tensor_memset(struct ggml_tensor * tensor,
if (!size) {
return;
}
GGML_ASSERT(buf->iface.memset_tensor != NULL && "memset not supported by backend buffer");
buf->iface.memset_tensor(buf, tensor, value, offset, size);