mirror of https://github.com/milvus-io/milvus.git
enhance: Remove omp from segcore (#29236)
Signed-off-by: Yudong Cai <yudong.cai@zilliz.com>pull/29314/head
parent
7b0599765f
commit
0a2c38d942
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue