AidanBeltonS před 1 rokem
rodič
revize
9a17ab914b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      ggml-sycl.cpp

+ 1 - 1
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];