Skip to content

Commit f69f1d8

Browse files
committed
make dense faster
1 parent 76389bb commit f69f1d8

5 files changed

Lines changed: 629 additions & 381 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ if (RSC_BUILD_EXTENSIONS)
173173
add_nb_cuda_module(_hvg_cuda src/rapids_singlecell/_cuda/hvg/hvg.cu)
174174
add_nb_cuda_module(_kde_cuda src/rapids_singlecell/_cuda/kde/kde.cu)
175175
add_nb_cuda_module(_wilcoxon_cuda src/rapids_singlecell/_cuda/wilcoxon/wilcoxon.cu)
176+
target_sources(_wilcoxon_cuda PRIVATE src/rapids_singlecell/_cuda/wilcoxon/wilcoxon_rmm.cu)
177+
target_link_libraries(_wilcoxon_cuda PRIVATE rmm::rmm)
176178
add_nb_cuda_module(_wilcoxon_sparse_cuda src/rapids_singlecell/_cuda/wilcoxon/wilcoxon_sparse.cu)
177179
target_sources(_wilcoxon_sparse_cuda PRIVATE src/rapids_singlecell/_cuda/wilcoxon/wilcoxon_rmm.cu)
178180
target_link_libraries(_wilcoxon_sparse_cuda PRIVATE rmm::rmm)

0 commit comments

Comments
 (0)