Skip to content

Commit 8596bde

Browse files
committed
cuda : remove legacy copy-op pointer indirection code > PR 16485
* remove legacy copy-op pointer indirection code * further removal of copy-op indirection code * renamed check_node_graph_compatibility_and_refresh_copy_ops function Author : Anav Prasad
1 parent 003f1c5 commit 8596bde

File tree

4 files changed

+58
-206
lines changed

4 files changed

+58
-206
lines changed

ggml/src/ggml-cuda/common.cuh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -949,13 +949,6 @@ struct ggml_cuda_graph {
949949
bool disable_due_to_failed_graph_capture = false;
950950
int number_consecutive_updates = 0;
951951
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;
959952
#endif
960953
};
961954

0 commit comments

Comments
 (0)