ggml : fix trailing whitespace (#0)

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

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);