From: Aman Gupta Date: Sun, 4 Jan 2026 17:37:09 +0000 (+0800) Subject: ggml-cuda: remove unused params in ggml_cuda_graph (#18579) X-Git-Tag: upstream/0.0.7721~97 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5126c41c1cae810a28e89dd424f729ef59417341;p=pkg%2Fggml%2Fsources%2Fllama.cpp ggml-cuda: remove unused params in ggml_cuda_graph (#18579) --- diff --git a/ggml/src/ggml-cuda/common.cuh b/ggml/src/ggml-cuda/common.cuh index 302065ce..78502057 100644 --- a/ggml/src/ggml-cuda/common.cuh +++ b/ggml/src/ggml-cuda/common.cuh @@ -1058,7 +1058,6 @@ struct ggml_cuda_graph { cudaGraphExec_t instance = nullptr; size_t num_nodes = 0; std::vector nodes; - std::vector params; bool disable_due_to_gpu_arch = false; bool disable_due_to_too_many_updates = false; bool disable_due_to_failed_graph_capture = false;