Skip to content

Commit

Permalink
remove accidental checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Aug 30, 2023
1 parent 191e7fc commit f539655
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cpp/include/raft/neighbors/cagra_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -287,17 +287,6 @@ struct index : ann::index {
graph_view_ = knn_graph;
}

/**
* Replace the graph with a new graph, taking ownership of the input device
* matrix. The index will manage the lifetime.
*/
void update_graph(raft::resources const& res,
raft::device_matrix<IdxT, int64_t, row_major>&& knn_graph)
{
graph_ = std::move(knn_graph);
graph_view_ = graph_.view();
}

/**
* Replace the graph with a new graph.
*
Expand Down

0 comments on commit f539655

Please sign in to comment.