Skip to content

Commit 2c7a707

Browse files
committed
ggml-cuda: format
1 parent 8729fce commit 2c7a707

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
@@ -2997,7 +2997,7 @@ static bool ggml_cuda_can_fuse(const struct ggml_cgraph * cgraph, int node_idx,
29972997
#ifndef NDEBUG
29982998
const size_t num_unary = std::count(ops.begin(), ops.end(), GGML_OP_UNARY);
29992999
GGML_ASSERT(unary_ops.size() == num_unary);
3000-
#endif;
3000+
#endif
30013001

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

0 commit comments

Comments
 (0)