ggml : fix barrier

This commit is contained in:
Georgi Gerganov 2022-10-29 12:38:29 +03:00
parent 2827cbbbe8
commit e5044f87d9

2
ggml.c
View File

@ -1136,7 +1136,7 @@ struct ggml_state {
// global state
struct ggml_state g_state;
atomic_bool g_state_barrier = 0;
atomic_int g_state_barrier = 0;
////////////////////////////////////////////////////////////////////////////////