Skip to content

Commit 32b25b7

Browse files
committed
fix typo
1 parent 99805d6 commit 32b25b7

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
@@ -2237,7 +2237,7 @@ static bool is_cann_graph_update_required(ggml_backend_cann_context * cann_ctx,
22372237
if (all_match) {
22382238
lru_cache.matched_graph = graph_ptr;
22392239
return false;
2240-
}
2240+
}
22412241
}
22422242
lru_cache.matched_graph = nullptr;
22432243
return true;

0 commit comments

Comments
 (0)