Skip to content

Commit 1d04cf6

Browse files
authored
null NULL
1 parent d052a3f commit 1d04cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml_extend.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ struct GGMLRunner {
10651065
node_buffer_ids[i] = i < total_n_half ? 0 : 1;
10661066
}
10671067

1068-
if (!ggml_gallocr_reserve_n(compute_allocr, gf, node_buffer_ids, null)) {
1068+
if (!ggml_gallocr_reserve_n(compute_allocr, gf, node_buffer_ids, NULL)) {
10691069
// failed to allocate the compute buffer
10701070
LOG_ERROR("%s: failed to allocate the compute buffer\n", get_desc().c_str());
10711071
free_compute_buffer();

0 commit comments

Comments
 (0)