Skip to content

Commit

Permalink
Fixing other places with the single search thread hang issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gopal-msr committed Oct 15, 2024
1 parent 64060e0 commit 26b4f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ void PQFlashIndex<T, LabelT>::cache_bfs_levels(uint64_t num_nodes_to_cache, std:
}
diskann::cout << "Caching " << num_nodes_to_cache << "..." << std::endl;


std::unique_ptr<tsl::robin_set<uint32_t>> cur_level, prev_level;
cur_level = std::make_unique<tsl::robin_set<uint32_t>>();
prev_level = std::make_unique<tsl::robin_set<uint32_t>>();
Expand Down

0 comments on commit 26b4f67

Please sign in to comment.