Skip to content

Commit 042415d

Browse files
committed
Sync docs/ops.md with updated backend operation support
1 parent 66fd10a commit 042415d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/include/ggml.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@ extern "C" {
11041104
struct ggml_context * ctx,
11051105
struct ggml_tensor * a);
11061106

1107-
11081107
// GELU using erf (error function) when possible
11091108
// some backends may fallback to approximation based on Abramowitz and Stegun formula
11101109
GGML_API struct ggml_tensor * ggml_gelu_erf(

0 commit comments

Comments
 (0)