ggml : fix barrier

This commit is contained in:
Georgi Gerganov
2022-10-29 19:37:19 +03:00
parent 2827cbbbe8
commit e5044f87d9
+1 -1
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;
////////////////////////////////////////////////////////////////////////////////