From 252704b586d7bbe318950eca8dbcb03c1becea59 Mon Sep 17 00:00:00 2001 From: harsha vardhan simhadri Date: Fri, 11 Aug 2023 16:48:51 -0700 Subject: [PATCH] clang format --- src/pq_flash_index.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pq_flash_index.cpp b/src/pq_flash_index.cpp index 9a86d7252..afa7dc57e 100644 --- a/src/pq_flash_index.cpp +++ b/src/pq_flash_index.cpp @@ -1254,7 +1254,7 @@ void PQFlashIndex::cached_beam_search(const T *query1, const uint64_t // query <-> PQ chunk centers distances _pq_table.preprocess_query(query_rotated); // center the query and rotate if - // we have a rotation matrix + // we have a rotation matrix float *pq_dists = pq_query_scratch->aligned_pqtable_dist_scratch; _pq_table.populate_chunk_distances(query_rotated, pq_dists); @@ -1335,7 +1335,7 @@ void PQFlashIndex::cached_beam_search(const T *query1, const uint64_t while (retset.has_unexpanded_node() && num_ios < io_limit) { // clear iteration state - frontier.clear(); + frontier.clear(); frontier_nhoods.clear(); frontier_read_reqs.clear(); cached_nhoods.clear();