Skip to content

Commit bd4d122

Browse files
Update ggml/src/ggml-sycl.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 68c838e commit bd4d122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ struct ggml_sycl_pool_leg : public ggml_sycl_pool {
11801180
CHECK_TRY_ERROR(ptr = (void *)sycl::malloc_device(
11811181
look_ahead_size, *qptr)));
11821182
if (!ptr) {
1183-
GGML_LOG_ERROR("%s: can't malloc %lu Bytes memory on device", __func__, look_ahead_size);
1183+
GGML_LOG_ERROR("%s: can't malloc %lu Bytes memory on device\n", __func__, look_ahead_size);
11841184
return nullptr;
11851185
}
11861186

0 commit comments

Comments
 (0)