mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-20 01:09:57 +00:00
ggml-cuda: remove unused params in ggml_cuda_graph (#18579)
This commit is contained in:
parent
cef1d23c5a
commit
5126c41c1c
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue