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 003f1c5 commit 8596bdeCopy full SHA for 8596bde
ggml/src/ggml-cuda/common.cuh
@@ -949,13 +949,6 @@ struct ggml_cuda_graph {
949
bool disable_due_to_failed_graph_capture = false;
950
int number_consecutive_updates = 0;
951
std::vector<ggml_graph_node_properties> ggml_graph_properties;
952
- bool use_cpy_indirection = false;
953
- std::vector<char *> cpy_dest_ptrs;
954
- char ** dest_ptrs_d;
955
- int dest_ptrs_size = 0;
956
- // Index to allow each cpy kernel to be aware of it's position within the graph
957
- // relative to other cpy nodes.
958
- int graph_cpynode_index = -1;
959
#endif
960
};
961
0 commit comments