Skip to content

Commit ac95faa

Browse files
committed
ggml-cuda: format
1 parent 4000f11 commit ac95faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,7 @@ static bool ggml_cuda_can_fuse(const struct ggml_cgraph * cgraph, int node_idx,
30333033
#ifndef NDEBUG
30343034
const size_t num_unary = std::count(ops.begin(), ops.end(), GGML_OP_UNARY);
30353035
GGML_ASSERT(unary_ops.size() == num_unary);
3036-
#endif;
3036+
#endif
30373037

30383038
//TODO: remove special case once ggml_can_fuse can handle empty nodes
30393039
std::initializer_list<enum ggml_op> topk_moe_ops =

0 commit comments

Comments
 (0)