formatting

This commit is contained in:
slaren 2023-08-29 18:19:28 +02:00
parent b5cd70df9e
commit 9fca82bee3

2
ggml.c
View file

@ -11908,7 +11908,7 @@ static void ggml_compute_forward_diag_mask_f32(
const int ith = params->ith;
const int nth = params->nth;
const int n_past = ((int32_t *) dst->op_params)[0];
const int n_past = ((int32_t *) dst->op_params)[0];
const bool inplace = src0->data == dst->data;
GGML_ASSERT(n_past >= 0);