ggml-cuda: check for srcs outside the cgraph (#18583)

* ggml-cuda: check for srcs outside the cgraph

* review: use leafs instead
This commit is contained in:
Aman Gupta
2026-01-05 22:46:36 +08:00
committed by GitHub
parent da143b9940
commit f47edb8c19
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -1065,6 +1065,7 @@ struct ggml_cuda_graph {
int number_consecutive_updates = 0;
bool cuda_graphs_enabled = false;
std::vector<ggml_graph_node_properties> ggml_graph_properties;
std::vector<ggml_graph_node_properties> extraneous_srcs_properties;
#endif
};