Skip to content

Commit

Permalink
Remove RAFT specialization. (#3727)
Browse files Browse the repository at this point in the history
This PR removes a deprecation warning coming from RAFT. Including the specializations header no longer has an effect, so it can be safely removed.

Authors:
  - Bradley Dice (https://github.com/bdice)

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

URL: #3727
  • Loading branch information
bdice authored Jul 21, 2023
1 parent 54a30b9 commit cab8368
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cpp/src/community/legacy/spectral_clustering.cu
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
#include <cugraph/legacy/graph.hpp>
#include <cugraph/utilities/error.hpp>

#if defined RAFT_COMPILED
#include <raft/distance/specializations.cuh>
#endif
#include <raft/spectral/modularity_maximization.cuh>
#include <raft/spectral/partition.cuh>

Expand Down

0 comments on commit cab8368

Please sign in to comment.