rename optimize_graph to graph_optimize (#16082)

This commit is contained in:
Jeff Bolz
2025-09-18 13:46:17 -05:00
committed by GitHub
parent 38dbdf4c05
commit c0b45097c3
13 changed files with 22 additions and 22 deletions

View File

@@ -3140,7 +3140,7 @@ static const ggml_backend_i ggml_backend_cuda_interface = {
/* .graph_compute = */ ggml_backend_cuda_graph_compute,
/* .event_record = */ ggml_backend_cuda_event_record,
/* .event_wait = */ ggml_backend_cuda_event_wait,
/* .optimize_graph = */ NULL,
/* .graph_optimize = */ NULL,
};
static ggml_guid_t ggml_backend_cuda_guid() {