Skip to content

Commit 832ea83

Browse files
jeffbolznvslaren
andauthored
Update ggml/src/ggml-impl.h
Co-authored-by: Diego Devesa <[email protected]>
1 parent b046c73 commit 832ea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ inline bool ggml_can_fuse_subgraph(const struct ggml_cgraph * cgraph,
702702
inline bool ggml_check_edges(const struct ggml_cgraph * cgraph,
703703
int start_idx,
704704
std::initializer_list<std::array<int, 3>> edges) {
705-
for (const auto &edge : edges) {
705+
for (const auto & edge : edges) {
706706
int dst_node = edge[0];
707707
int src_idx = edge[1];
708708
int src_node = edge[2];

0 commit comments

Comments
 (0)