survived the storm, again

This commit is contained in:
Concedo 2025-01-16 22:25:18 +08:00
commit 11cd7c7bb0
38 changed files with 31785 additions and 26630 deletions

View file

@ -13712,6 +13712,7 @@ struct ggml_cplan ggml_graph_plan(
} break;
case GGML_OP_SOFT_MAX:
case GGML_OP_ROPE:
case GGML_OP_ROPE_BACK:
{
cur = ggml_type_size(GGML_TYPE_F32) * node->ne[0] * n_tasks;
} break;