Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin committed Mar 13, 2024
1 parent 2ec49fb commit e0b45c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/raft/neighbors/detail/ivf_flat_search-inl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ inline void search(raft::resources const& handle,
const uint32_t max_queries =
std::min<uint32_t>(n_queries, raft::div_rounding_up_safe(expected_ws_size, ws_size_per_query));


for (uint32_t offset_q = 0; offset_q < n_queries; offset_q += max_queries) {
uint32_t queries_batch = min(max_queries, n_queries - offset_q);

Expand Down

0 comments on commit e0b45c0

Please sign in to comment.