Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,7 @@ if(BUILD_CUML_CPP_LIBRARY)

if(all_algo OR spectralclustering_algo)
target_sources(
cuml_objs PRIVATE src/spectral/spectral.cu src/spectral/spectral_clustering.cu
src/spectral/spectral_embedding.cu
cuml_objs PRIVATE src/spectral/spectral_clustering.cu src/spectral/spectral_embedding.cu
)
endif()

Expand Down
41 changes: 0 additions & 41 deletions cpp/include/cuml/cluster/spectral.hpp

This file was deleted.

44 changes: 0 additions & 44 deletions cpp/src/spectral/spectral.cu

This file was deleted.