File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4214,7 +4214,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = {
4214
4214
"MAP_BINARY",
4215
4215
};
4216
4216
4217
- static_assert(GGML_OP_COUNT == 49 , "GGML_OP_COUNT != 49 ");
4217
+ static_assert(GGML_OP_COUNT == 50 , "GGML_OP_COUNT != 50 ");
4218
4218
4219
4219
static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
4220
4220
"none",
@@ -4274,7 +4274,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
4274
4274
"f(x,y)",
4275
4275
};
4276
4276
4277
- static_assert(GGML_OP_COUNT == 49 , "GGML_OP_COUNT != 49 ");
4277
+ static_assert(GGML_OP_COUNT == 50 , "GGML_OP_COUNT != 50 ");
4278
4278
4279
4279
static_assert(sizeof(struct ggml_object)%GGML_MEM_ALIGN == 0, "ggml_object size must be a multiple of GGML_MEM_ALIGN");
4280
4280
static_assert(sizeof(struct ggml_tensor)%GGML_MEM_ALIGN == 0, "ggml_tensor size must be a multiple of GGML_MEM_ALIGN");
You can’t perform that action at this time.
0 commit comments