Skip to content

Commit 4c9b10a

Browse files
committed
fix typo
1 parent 5ac42c3 commit 4c9b10a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ static bool is_cann_graph_update_required(ggml_backend_cann_context * cann_ctx,
22382238
if (all_match) {
22392239
lru_cache.matched_graph = graph_ptr;
22402240
return false;
2241-
}
2241+
}
22422242
}
22432243
lru_cache.matched_graph = nullptr;
22442244
return true;

0 commit comments

Comments
 (0)