Skip to content

Commit

Permalink
remove unused spmv functions (#2066)
Browse files Browse the repository at this point in the history
From comment in #2065, removing SPMV calls which are obsolete.

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

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

URL: #2066
  • Loading branch information
ChuckHastings authored Feb 10, 2022
1 parent 5ca3b0c commit 3187fbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 149 deletions.
1 change: 0 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ endif()
add_library(cugraph SHARED
src/detail/utility_wrappers.cu
src/detail/shuffle_wrappers.cu
src/utilities/spmv_1D.cu
src/utilities/cython.cu
src/utilities/path_retrieval.cu
src/utilities/graph_bcast.cu
Expand Down
88 changes: 0 additions & 88 deletions cpp/src/utilities/spmv_1D.cu

This file was deleted.

60 changes: 0 additions & 60 deletions cpp/src/utilities/spmv_1D.cuh

This file was deleted.

0 comments on commit 3187fbf

Please sign in to comment.