From: AidanBeltonS Date: Wed, 15 May 2024 12:26:30 +0000 (+0100) Subject: Add missing " (llama/7303) X-Git-Tag: upstream/0.0.1642~687 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dd9b64b1d889a0de03f9394fec981555e946a4ec;p=pkg%2Fggml%2Fsources%2Fggml Add missing " (llama/7303) --- diff --git a/src/ggml-sycl.cpp b/src/ggml-sycl.cpp index b15efb70..19d22d63 100644 --- a/src/ggml-sycl.cpp +++ b/src/ggml-sycl.cpp @@ -13989,7 +13989,7 @@ inline void ggml_sycl_op_upscale(const ggml_tensor *src0, #pragma message("TODO: generalize upscale operator") #pragma message(" https://github.com/ggerganov/ggml/pull/814") - GGML_ASSERT(false && "TODO: generalize upscale operator); + GGML_ASSERT(false && "TODO: generalize upscale operator"); const int scale_factor = dst->op_params[0];