Skip to content

Commit

Permalink
Update cpp/src/neighbors/detail/cagra/device_common.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Artem M. Chirkin <[email protected]>
  • Loading branch information
anaruse and achirkin authored Jan 10, 2025
1 parent 9d262f7 commit 192c0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/neighbors/detail/cagra/device_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RAFT_DEVICE_INLINE_FUNCTION void compute_distance_to_random_nodes(
} else if ((traversed_hash_ptr != nullptr) &&
hashmap::search<IndexT, 1>(
traversed_hash_ptr, traversed_hash_bitlen, best_index_team_local)) {
// Deactivate this entry as it has been already used by otehrs.
// Deactivate this entry as it has been already used by others.
best_norm2_team_local = raft::upper_bound<DistanceT>();
best_index_team_local = raft::upper_bound<IndexT>();
}
Expand Down

0 comments on commit 192c0a9

Please sign in to comment.