Skip to content

Commit

Permalink
Add missing " (ggerganov#7303)
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanBeltonS authored May 15, 2024
1 parent ea3b059 commit 9a17ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-sycl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 9a17ab9

Please sign in to comment.