diff options
author | AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com> | 2024-05-15 13:26:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 17:56:30 +0530 |
commit | 9a17ab914b0aa7353389c656a3f2a0f086726868 (patch) | |
tree | 93f5b54688bb53266712323e3f1e870a89ebe640 /ggml-sycl.cpp | |
parent | ea3b0590ee33d3573eb8ef76f88cc60f36d2a38d (diff) |
Add missing " (#7303)
Diffstat (limited to 'ggml-sycl.cpp')
-rw-r--r-- | ggml-sycl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index b15efb70..19d22d63 100644 --- a/ggml-sycl.cpp +++ b/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]; |