Skip to content

Commit da26e4d

Browse files
AidanBeltonSteleprint-me
authored andcommitted
Add missing " (ggml-org#7303)
1 parent f3e8fc1 commit da26e4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.cpp

Lines changed: 1 addition & 1 deletion
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)