Skip to content

Commit 76bc00d

Browse files
committed
cleanup: remove stray lines added by mistake
1 parent 7ce4ecf commit 76bc00d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ggml/src/ggml-sycl/concat.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ void concat_impl_sycl(ggml_backend_sycl_context & ctx, ggml_tensor *dst) {
194194

195195
void ggml_sycl_op_concat(ggml_backend_sycl_context & ctx, ggml_tensor *dst) {
196196

197-
static std::atomic<bool> printed{false};
198-
if (!printed.exchange(true)) std::fprintf(stderr, "[LP] hit ggml_sycl_op_concat\n");
199-
200-
LP_PROFILE_INIT_ONCE();
201-
LP_PROFILE_PAIR(dst->src[0], dst->src[1]);
202-
203197
switch (dst->type) {
204198
case GGML_TYPE_F32:
205199
concat_impl_sycl<float>(ctx, dst);

0 commit comments

Comments
 (0)