We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35dacd1 commit a234e09Copy full SHA for a234e09
ggml/src/ggml.c
@@ -988,7 +988,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
988
"GLU",
989
};
990
991
-static_assert(GGML_OP_COUNT == 83, "GGML_OP_COUNT != 83");
+static_assert(GGML_OP_COUNT == 84, "GGML_OP_COUNT != 84");
992
993
static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
994
"none",
@@ -1086,7 +1086,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
1086
"glu(x)",
1087
1088
1089
1090
1091
static_assert(GGML_OP_POOL_COUNT == 2, "GGML_OP_POOL_COUNT != 2");
1092
0 commit comments