We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c838e commit bd4d122Copy full SHA for bd4d122
ggml/src/ggml-sycl.cpp
@@ -1180,7 +1180,7 @@ struct ggml_sycl_pool_leg : public ggml_sycl_pool {
1180
CHECK_TRY_ERROR(ptr = (void *)sycl::malloc_device(
1181
look_ahead_size, *qptr)));
1182
if (!ptr) {
1183
- GGML_LOG_ERROR("%s: can't malloc %lu Bytes memory on device", __func__, look_ahead_size);
+ GGML_LOG_ERROR("%s: can't malloc %lu Bytes memory on device\n", __func__, look_ahead_size);
1184
return nullptr;
1185
}
1186
0 commit comments