Skip to content

Commit

Permalink
Update cpp/include/raft/neighbors/detail/cagra/cagra_search.cuh
Browse files Browse the repository at this point in the history
Co-authored-by: Micka <[email protected]>
  • Loading branch information
enp1s0 and lowener authored Sep 8, 2023
1 parent b536eed commit 5eae9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/detail/cagra/cagra_search.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace raft::neighbors::cagra::detail {

template <class CagraSampleFilterT>
struct CagraSampleFilterWithQueryIdOffset {
const std::size_t offset;
const uint32_t offset;
CagraSampleFilterT filter;

CagraSampleFilterWithQueryIdOffset(const uint32_t offset, const CagraSampleFilterT filter)
Expand Down

0 comments on commit 5eae9a3

Please sign in to comment.