Skip to content

Commit 9a17ab9

Browse files
authored
Add missing " (#7303)
1 parent ea3b059 commit 9a17ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13989,7 +13989,7 @@ inline void ggml_sycl_op_upscale(const ggml_tensor *src0,
1398913989

1399013990
#pragma message("TODO: generalize upscale operator")
1399113991
#pragma message(" https://github.com/ggerganov/ggml/pull/814")
13992-
GGML_ASSERT(false && "TODO: generalize upscale operator);
13992+
GGML_ASSERT(false && "TODO: generalize upscale operator");
1399313993

1399413994
const int scale_factor = dst->op_params[0];
1399513995

0 commit comments

Comments
 (0)