ggml : fix clang-tidy warning

This commit is contained in:
Georgi Gerganov 2023-05-13 16:47:39 +03:00
parent 6d7c47b8de
commit b849461e62
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

3
ggml.c
View file

@ -13632,9 +13632,6 @@ void ggml_graph_compute(struct ggml_context * ctx, struct ggml_cgraph * cgraph)
case GGML_OP_GELU:
case GGML_OP_SILU:
case GGML_OP_SILU_BACK:
{
node->n_tasks = n_threads;
} break;
case GGML_OP_NORM:
case GGML_OP_RMS_NORM:
case GGML_OP_RMS_NORM_BACK: