Skip to content

Commit a9a1715

Browse files
committed
Merge remote-tracking branch 'upstream/main' into cccl-mdspan
2 parents 2333175 + b46fd5f commit a9a1715

File tree

3 files changed

+1
-87
lines changed

3 files changed

+1
-87
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,8 +514,7 @@ if(BUILD_CUML_CPP_LIBRARY)
514514

515515
if(all_algo OR spectralclustering_algo)
516516
target_sources(
517-
cuml_objs PRIVATE src/spectral/spectral.cu src/spectral/spectral_clustering.cu
518-
src/spectral/spectral_embedding.cu
517+
cuml_objs PRIVATE src/spectral/spectral_clustering.cu src/spectral/spectral_embedding.cu
519518
)
520519
endif()
521520

cpp/include/cuml/cluster/spectral.hpp

Lines changed: 0 additions & 41 deletions
This file was deleted.

cpp/src/spectral/spectral.cu

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)