ggml : remove unused comments
This commit is contained in:
parent
2ced178f18
commit
b6adad28ef
1 changed files with 0 additions and 4 deletions
4
ggml.c
4
ggml.c
|
@ -9688,8 +9688,6 @@ static void ggml_compute_forward_gelu(
|
|||
GGML_ASSERT(false);
|
||||
} break;
|
||||
}
|
||||
|
||||
//printf("XXXXXXXX gelu\n");
|
||||
}
|
||||
|
||||
// ggml_compute_forward_gelu_quick
|
||||
|
@ -9749,8 +9747,6 @@ static void ggml_compute_forward_gelu_quick(
|
|||
GGML_ASSERT(false);
|
||||
} break;
|
||||
}
|
||||
|
||||
//printf("XXXXXXXX quick gelu\n");
|
||||
}
|
||||
|
||||
// ggml_compute_forward_silu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue