ggml : fix trailing whitespace (#0)

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-09-20 19:13:02 +03:00
parent bddc6c6acb
commit ebc359c1a3
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

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