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 7ba244b commit 100d8e0Copy full SHA for 100d8e0
ggml.c
@@ -196,7 +196,7 @@ typedef void * thread_ret_t;
196
#else
197
inline static void * ggml_aligned_malloc(size_t size) {
198
if (size == 0) {
199
- GGML_PRINT("WARNING: Behavior may be unexpected when allocate 0 byte for ggml_aligned_malloc!");
+ GGML_PRINT("WARNING: Behavior may be unexpected when allocating 0 bytes for ggml_aligned_malloc!\n");
200
return NULL;
201
}
202
void * aligned_memory = NULL;
0 commit comments