]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ggml-cuda: remove unused params in ggml_cuda_graph (llama/18579)
authorAman Gupta <redacted>
Sun, 4 Jan 2026 17:37:09 +0000 (01:37 +0800)
committerGeorgi Gerganov <redacted>
Wed, 14 Jan 2026 07:11:59 +0000 (09:11 +0200)
ggml/src/ggml-cuda/common.cuh

index 302065ce9f935bea3975cd0ef8040f34c2144d3a..78502057a8403341e20a44a6c401bc1edff69077 100644 (file)
@@ -1058,7 +1058,6 @@ struct ggml_cuda_graph {
     cudaGraphExec_t instance = nullptr;
     size_t num_nodes = 0;
     std::vector<cudaGraphNode_t> nodes;
-    std::vector<cudaKernelNodeParams> params;
     bool disable_due_to_gpu_arch = false;
     bool disable_due_to_too_many_updates = false;
     bool disable_due_to_failed_graph_capture = false;