Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,8 @@ if(RAFT_COMPILE_LIBRARY)
src/raft_runtime/solver/lanczos_solver_int64_float.cu
src/raft_runtime/solver/lanczos_solver_int_double.cu
src/raft_runtime/solver/lanczos_solver_int_float.cu
src/raft_runtime/solver/lanczos_svds_float.cu
src/raft_runtime/solver/lanczos_svds_double.cu
src/raft_runtime/solver/randomized_svds_float.cu
src/raft_runtime/solver/randomized_svds_double.cu
)
Expand Down
2 changes: 1 addition & 1 deletion cpp/bench/prims/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if(BUILD_PRIMS_BENCH)

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

endif()
Loading
Loading