ggml : fix barrier

pull/110/head
Georgi Gerganov 3 years ago
parent 29de85fc88
commit 9c8270033d
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -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…
Cancel
Save