Skip to content

Commit c684f89

Browse files
robertmaynardlowener
authored andcommitted
Updates needed when building with CUDA 13 (rapidsai#1219)
cuvs also requires rapidsai/raft#2774 to be merged Authors: - Robert Maynard (https://github.com/robertmaynard) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#1219
1 parent fdc20e7 commit c684f89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/include/cuvs/neighbors/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ namespace filtering {
485485
enum class FilterType { None, Bitmap, Bitset };
486486

487487
struct base_filter {
488-
virtual ~base_filter() = default;
488+
~base_filter() = default;
489489
virtual FilterType get_filter_type() const = 0;
490490
};
491491

cpp/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ if(BUILD_TESTS)
212212

213213
ConfigureTest(
214214
NAME NEIGHBORS_ALL_NEIGHBORS_TEST PATH neighbors/all_neighbors/test_float.cu GPUS 1 PERCENT 100
215-
ADDITIONAL_DEP nccl
215+
ADDITIONAL_DEP NCCL::NCCL
216216
)
217217

218218
ConfigureTest(

0 commit comments

Comments
 (0)