Skip to content

Commit cab8368

Browse files
authored
Remove RAFT specialization. (#3727)
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
1 parent 54a30b9 commit cab8368

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cpp/src/community/legacy/spectral_clustering.cu

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
#include <cugraph/legacy/graph.hpp>
2525
#include <cugraph/utilities/error.hpp>
2626

27-
#if defined RAFT_COMPILED
28-
#include <raft/distance/specializations.cuh>
29-
#endif
3027
#include <raft/spectral/modularity_maximization.cuh>
3128
#include <raft/spectral/partition.cuh>
3229

0 commit comments

Comments
 (0)