We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc07349 commit 5b6913cCopy full SHA for 5b6913c
ggml/src/ggml-cuda/common.cuh
@@ -944,13 +944,6 @@ struct ggml_cuda_graph {
944
bool disable_due_to_failed_graph_capture = false;
945
int number_consecutive_updates = 0;
946
std::vector<ggml_graph_node_properties> ggml_graph_properties;
947
- bool use_cpy_indirection = false;
948
- std::vector<char *> cpy_dest_ptrs;
949
- char ** dest_ptrs_d;
950
- int dest_ptrs_size = 0;
951
- // Index to allow each cpy kernel to be aware of it's position within the graph
952
- // relative to other cpy nodes.
953
- int graph_cpynode_index = -1;
954
#endif
955
};
956
0 commit comments