Skip to content

Commit 663b411

Browse files
author
Aidan
committed
Remove messages
1 parent d75a415 commit 663b411

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml-sycl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13991,9 +13991,6 @@ inline void ggml_sycl_op_upscale(const ggml_tensor *src0,
1399113991
GGML_ASSERT(src0->type == GGML_TYPE_F32);
1399213992
GGML_ASSERT(dst->type == GGML_TYPE_F32);
1399313993

13994-
#pragma message("TODO: generalize upscale operator")
13995-
#pragma message(" https://github.com/ggerganov/ggml/pull/814")
13996-
1399713994
const float sf0 = (float)dst->ne[0]/src0->ne[0];
1399813995
const float sf1 = (float)dst->ne[1]/src0->ne[1];
1399913996
const float sf2 = (float)dst->ne[2]/src0->ne[2];

0 commit comments

Comments
 (0)