Skip to content

Commit

Permalink
Removing more things
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Nov 8, 2024
1 parent d01f1be commit 79aecbb
Show file tree
Hide file tree
Showing 23 changed files with 3 additions and 4,866 deletions.
8 changes: 0 additions & 8 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,6 @@ if(RAFT_COMPILE_LIBRARY)
raft_objs OBJECT
src/core/logger.cpp
src/linalg/detail/coalesced_reduction.cu
src/matrix/detail/select_k_double_int64_t.cu
src/matrix/detail/select_k_double_uint32_t.cu
src/matrix/detail/select_k_float_int64_t.cu
src/matrix/detail/select_k_float_uint32_t.cu
src/matrix/detail/select_k_float_int32.cu
src/matrix/detail/select_k_half_int64_t.cu
src/matrix/detail/select_k_half_uint32_t.cu
src/neighbors/ball_cover.cu
src/raft_runtime/cluster/cluster_cost.cuh
src/raft_runtime/cluster/cluster_cost_double.cu
Expand All @@ -307,7 +300,6 @@ if(RAFT_COMPILE_LIBRARY)
src/raft_runtime/cluster/update_centroids.cuh
src/raft_runtime/cluster/update_centroids_double.cu
src/raft_runtime/cluster/update_centroids_float.cu
src/raft_runtime/matrix/select_k_float_int64_t.cu
src/raft_runtime/neighbors/eps_neighborhood.cu
src/raft_runtime/random/rmat_rectangular_generator_int64_double.cu
src/raft_runtime/random/rmat_rectangular_generator_int64_float.cu
Expand Down
9 changes: 3 additions & 6 deletions cpp/bench/prims/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,15 @@ if(BUILD_PRIMS_BENCH)
)

ConfigureBench(
NAME MATRIX_BENCH PATH matrix/argmin.cu matrix/gather.cu matrix/select_k.cu main.cpp OPTIONAL
LIB EXPLICIT_INSTANTIATE_ONLY
NAME MATRIX_BENCH PATH matrix/argmin.cu matrix/gather.cu main.cpp OPTIONAL LIB
EXPLICIT_INSTANTIATE_ONLY
)

ConfigureBench(
NAME RANDOM_BENCH PATH random/make_blobs.cu random/permute.cu random/rng.cu random/subsample.cu
main.cpp
)

ConfigureBench(
NAME SPARSE_BENCH PATH sparse/bitmap_to_csr.cu sparse/convert_csr.cu sparse/select_k_csr.cu
main.cpp
)
ConfigureBench(NAME SPARSE_BENCH PATH sparse/bitmap_to_csr.cu sparse/convert_csr.cu main.cpp)

endif()
345 changes: 0 additions & 345 deletions cpp/bench/prims/matrix/select_k.cu

This file was deleted.

Loading

0 comments on commit 79aecbb

Please sign in to comment.