ggml : fix barrier
This commit is contained in:
parent
2827cbbbe8
commit
e5044f87d9
2
ggml.c
2
ggml.c
@ -1136,7 +1136,7 @@ struct ggml_state {
|
|||||||
|
|
||||||
// global state
|
// global state
|
||||||
struct ggml_state g_state;
|
struct ggml_state g_state;
|
||||||
atomic_bool g_state_barrier = 0;
|
atomic_int g_state_barrier = 0;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user