remove trailing whitespace
This commit is contained in:
parent
1e6b5bf111
commit
b81a09a152
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -10470,7 +10470,7 @@ static void ggml_compute_forward_diag_mask_f32(
|
|||
if (params->type == GGML_TASK_INIT || params->type == GGML_TASK_FINALIZE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
// TODO: handle transposed/permuted matrices
|
||||
|
||||
const int n = ggml_nrows(src0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue