ggml : make gcc happy (minor)

pull/383/head
Georgi Gerganov 1 year ago
parent 87dd4a3081
commit f82a7dd019
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -1404,7 +1404,7 @@ struct ggml_context * ggml_init(struct ggml_init_params params) {
const uint64_t t_start = ggml_time_us(); UNUSED(t_start);
g_state = (struct ggml_state) {
/*.contexts =*/ { 0 },
/*.contexts =*/ { { 0 } },
};
for (int i = 0; i < GGML_MAX_CONTEXTS; ++i) {

Loading…
Cancel
Save