enhance: Remove omp from segcore (#29236)

Signed-off-by: Yudong Cai <yudong.cai@zilliz.com>
pull/29314/head
Cai Yudong 2023-12-15 16:12:38 +08:00 committed by GitHub
parent 7b0599765f
commit 0a2c38d942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ ReGenRangeSearchResult(DatasetPtr data_set,
}
// The subscript of p_id and p_dist
#pragma omp parallel for
for (int i = 0; i < nq; i++) {
std::priority_queue<ResultPair, std::vector<ResultPair>, decltype(cmp)>
pq(cmp);