Skip to content

Commit f340abc

Browse files
committed
Remove unresolved merge markers
1 parent 4866260 commit f340abc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ggml/include/ggml.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,6 @@ extern "C" {
11561156
struct ggml_context * ctx,
11571157
struct ggml_tensor * a);
11581158

1159-
<<<<<<< HEAD
11601159
GGML_API struct ggml_tensor * ggml_floor(
11611160
struct ggml_context * ctx,
11621161
struct ggml_tensor * a);

ggml/src/ggml-cpu/ops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8993,7 +8993,6 @@ void ggml_compute_forward_unary(
89938993
{
89948994
ggml_compute_forward_exp(params, dst);
89958995
} break;
8996-
<<<<<<< HEAD
89978996
case GGML_UNARY_OP_FLOOR:
89988997
{
89998998
ggml_compute_forward_floor(params, dst);

0 commit comments

Comments
 (0)