We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4866260 commit f340abcCopy full SHA for f340abc
ggml/include/ggml.h
@@ -1156,7 +1156,6 @@ extern "C" {
1156
struct ggml_context * ctx,
1157
struct ggml_tensor * a);
1158
1159
-<<<<<<< HEAD
1160
GGML_API struct ggml_tensor * ggml_floor(
1161
1162
ggml/src/ggml-cpu/ops.cpp
@@ -8993,7 +8993,6 @@ void ggml_compute_forward_unary(
8993
{
8994
ggml_compute_forward_exp(params, dst);
8995
} break;
8996
8997
case GGML_UNARY_OP_FLOOR:
8998
8999
ggml_compute_forward_floor(params, dst);
0 commit comments