8 #include <cuvs/neighbors/ball_cover.hpp>
14 template <
typename Type,
typename Index_>
28 rmm::device_uvector<Index_>*
ja;
51 RAFT_CUDA_TRY(cudaMemsetAsync(
vd, 0,
sizeof(Index_) * vdlen, stream));
Definition: dbscan.hpp:18
Index_ max_k
Definition: pack.h:30
Index_ N
Definition: pack.h:40
bool * adj
Definition: pack.h:32
Index_ * vd
Definition: pack.h:23
const Type * sample_weight
Definition: pack.h:36
void * rbc_index
Definition: pack.h:17
Type eps
Definition: pack.h:38
const Type * x
Definition: pack.h:34
Index_ * ia
Definition: pack.h:27
rmm::device_uvector< Index_ > * ja
Definition: pack.h:28
Index_ D
Definition: pack.h:42
Type * weight_sum
Definition: pack.h:25
void resetArray(cudaStream_t stream, Index_ vdlen)
reset the output array before calling the actual kernel
Definition: pack.h:49