Skip to content

Commit

Permalink
Delete unused/out-dated primitives (#1704)
Browse files Browse the repository at this point in the history
any_of_adj_matrix_row & transform_reduce_v_with_adj_matrix_row (graph primitives) were initially added to be used in error checking but they are no longer used (and may not be used in the future as well).

Deleting the dead code.

Authors:
  - Seunghwa Kang (https://github.com/seunghwak)

Approvers:
  - Chuck Hastings (https://github.com/ChuckHastings)

URL: #1704
  • Loading branch information
seunghwak authored Jul 12, 2021
1 parent aba3445 commit 1a63602
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 194 deletions.
73 changes: 0 additions & 73 deletions cpp/include/cugraph/prims/any_of_adj_matrix_row.cuh

This file was deleted.

120 changes: 0 additions & 120 deletions cpp/include/cugraph/prims/transform_reduce_v_with_adj_matrix_row.cuh

This file was deleted.

1 change: 0 additions & 1 deletion cpp/src/experimental/pagerank.cu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <cugraph/algorithms.hpp>
#include <cugraph/experimental/graph_view.hpp>
#include <cugraph/prims/any_of_adj_matrix_row.cuh>
#include <cugraph/prims/copy_to_adj_matrix_row_col.cuh>
#include <cugraph/prims/copy_v_transform_reduce_in_out_nbr.cuh>
#include <cugraph/prims/count_if_e.cuh>
Expand Down

0 comments on commit 1a63602

Please # to comment.