cugraph
                                
                                 cugraph copied to clipboard
                                
                                    cugraph copied to clipboard
                            
                            
                            
                        suppress expansion of unused raft spectral templates
Closes #2678
raft updated some k-means logic and dramatically increased the compile time of our spectral clustering implementation. This PR adds an include that will suppress the expansion of templates that we are not using.
rerun tests
rerun tests
@vyasr do you have any ideas as to why this would still be failing when libraft-distance is installed as a dependency of cugraph/pylibcugraph? I'm scratching my head a little bit.
@cjnolet @ChuckHastings If you're pulling libraft-distances then I believe the target that you should be linking to is raft::raft_distance_lib instance of raft::distance.
@cjnolet @ChuckHastings If you're pulling libraft-distances then I believe the target that you should be linking to is
raft::raft_distance_libinstance ofraft::distance.
Trying that now, thanks!
Hmm apparently not the issue. Can you reproduce this locally? I can give that a shot if you haven't been able to.
Corey fixed this in #2739 , we'll merge that PR instead.
Ahhh I think I see the issue.