mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
* General proto api for NNS libraries Signed-off-by: groot <yihua.mo@zilliz.com> * refactor confadapter Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * fix unittest failures Signed-off-by: groot <yihua.mo@zilliz.com> * update test_add Signed-off-by: zhenwu <zw@zilliz.com> * update knowhere Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update test cases Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * Update cases * C++ sdk for json parameters Signed-off-by: groot <yihua.mo@zilliz.com> * update unittest Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * fix unittest failures Signed-off-by: groot <yihua.mo@zilliz.com> * fix case Signed-off-by: del-zhenwu <zw@zilliz.com> * modify test_index.py Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * update Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update sptag Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update... Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * Build Pass Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * knowhere/wrapper ut pass Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * update util Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * fix wal case Signed-off-by: del-zhenwu <zw@zilliz.com> * modify test_search_vectors Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * update ci Signed-off-by: del-zhenwu <zw@zilliz.com> * update util Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * modify test_search_vectoes Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * add hnsw in http module & modify index apis Signed-off-by: Yhz <yinghao.zou@zilliz.com> * modify search in http module Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix build error Signed-off-by: groot <yihua.mo@zilliz.com> * fix typo in test_index and test_search Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * update... Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * index apis in http module done Signed-off-by: Yhz <yinghao.zou@zilliz.com> * fix build index bug Signed-off-by: groot <yihua.mo@zilliz.com> * search apis unittest pass Signed-off-by: Yhz <yinghao.zou@zilliz.com> * web test pass Signed-off-by: Yhz <yinghao.zou@zilliz.com> * update confadapter Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update util Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * code format Signed-off-by: groot <yihua.mo@zilliz.com> * code format Signed-off-by: groot <yihua.mo@zilliz.com> * fix vectors results bug (fix #1476) Signed-off-by: Yhz <yinghao.zou@zilliz.com> * clang format Signed-off-by: Yhz <yinghao.zou@zilliz.com> * update test Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * fix unittest Signed-off-by: groot <yihua.mo@zilliz.com> * add test_config Signed-off-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> * add log Signed-off-by: groot <yihua.mo@zilliz.com> * fix a build error Signed-off-by: groot <yihua.mo@zilliz.com> * add invalid param search test Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * fix range check Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * cpmpact/flush case passed Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com> * fix unittest failures Signed-off-by: groot <yihua.mo@zilliz.com> * fix unittest failures Signed-off-by: groot <yihua.mo@zilliz.com> * fix unittest failures Signed-off-by: groot <yihua.mo@zilliz.com> * validate json parameters in request Signed-off-by: groot <yihua.mo@zilliz.com> * add unittest cases Signed-off-by: groot <yihua.mo@zilliz.com> * update test index/search Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * update test_config Signed-off-by: sahuang <xiaohaix@student.unimelb.edu.au> * fix Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * support nsg and ivf-nlist Signed-off-by: Nicky <nicky.xj.lin@gmail.com> * update Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * fix validation bug Signed-off-by: groot <yihua.mo@zilliz.com> * fix python test bug Signed-off-by: groot <yihua.mo@zilliz.com> * fix python test bug Signed-off-by: groot <yihua.mo@zilliz.com> * fix python test bug Signed-off-by: groot <yihua.mo@zilliz.com> * fix python test bug Signed-off-by: groot <yihua.mo@zilliz.com> * code format Signed-off-by: groot <yihua.mo@zilliz.com> * fix python test failure Signed-off-by: groot <yihua.mo@zilliz.com> * remove rnsg cases Signed-off-by: zhenwu <zw@zilliz.com> * fix python test failure Signed-off-by: groot <yihua.mo@zilliz.com> * Update changelog Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Fix typo Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * add pq to test_index && multithread test Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * add pq to test_search Signed-off-by: shengjh <jianghong.sheng@zilliz.com> * Fix format Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Update CHANGELOG Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Fix compiling error Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Fix compiling error Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * fix config bug Signed-off-by: groot <yihua.mo@zilliz.com> * code format Signed-off-by: groot <yihua.mo@zilliz.com> * fix config test Signed-off-by: xiaojun.lin <xiaojun.lin@zilliz.com> * Update CHANGELOG.md Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Update CHANGELOG.md Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * disable config test case Signed-off-by: zhenwu <zw@zilliz.com> Co-authored-by: Nicky <nicky.xj.lin@gmail.com> Co-authored-by: zhenwu <zw@zilliz.com> Co-authored-by: Xiaohai Xu <xiaohaix@student.unimelb.edu.au> Co-authored-by: shengjh <jianghong.sheng@zilliz.com> Co-authored-by: xiaojun.lin <xiaojun.lin@zilliz.com> Co-authored-by: Yhz <yinghao.zou@zilliz.com> Co-authored-by: del-zhenwu <zhenxiang.li@zilliz.com> Co-authored-by: JinHai-CN <hai.jin@zilliz.com>
441 lines
17 KiB
C++
441 lines
17 KiB
C++
// Copyright (C) 2019-2020 Zilliz. All rights reserved.
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
|
|
// with the License. You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software distributed under the License
|
|
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
|
// or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
|
|
#include <fiu-local.h>
|
|
#include <algorithm>
|
|
#include <memory>
|
|
#include <string>
|
|
#include <thread>
|
|
#include <utility>
|
|
|
|
#include "db/Utils.h"
|
|
#include "db/engine/EngineFactory.h"
|
|
#include "metrics/Metrics.h"
|
|
#include "scheduler/SchedInst.h"
|
|
#include "scheduler/job/SearchJob.h"
|
|
#include "scheduler/task/SearchTask.h"
|
|
#include "segment/SegmentReader.h"
|
|
#include "utils/Log.h"
|
|
#include "utils/TimeRecorder.h"
|
|
#include "utils/ValidationUtil.h"
|
|
|
|
namespace milvus {
|
|
namespace scheduler {
|
|
|
|
static constexpr size_t PARALLEL_REDUCE_THRESHOLD = 10000;
|
|
static constexpr size_t PARALLEL_REDUCE_BATCH = 1000;
|
|
|
|
// TODO(wxyu): remove unused code
|
|
// bool
|
|
// NeedParallelReduce(uint64_t nq, uint64_t topk) {
|
|
// server::ServerConfig &config = server::ServerConfig::GetInstance();
|
|
// server::ConfigNode &db_config = config.GetConfig(server::CONFIG_DB);
|
|
// bool need_parallel = db_config.GetBoolValue(server::CONFIG_DB_PARALLEL_REDUCE, false);
|
|
// if (!need_parallel) {
|
|
// return false;
|
|
// }
|
|
//
|
|
// return nq * topk >= PARALLEL_REDUCE_THRESHOLD;
|
|
//}
|
|
//
|
|
// void
|
|
// ParallelReduce(std::function<void(size_t, size_t)> &reduce_function, size_t max_index) {
|
|
// size_t reduce_batch = PARALLEL_REDUCE_BATCH;
|
|
//
|
|
// auto thread_count = std::thread::hardware_concurrency() - 1; //not all core do this work
|
|
// if (thread_count > 0) {
|
|
// reduce_batch = max_index / thread_count + 1;
|
|
// }
|
|
// ENGINE_LOG_DEBUG << "use " << thread_count <<
|
|
// " thread parallelly do reduce, each thread process " << reduce_batch << " vectors";
|
|
//
|
|
// std::vector<std::shared_ptr<std::thread> > thread_array;
|
|
// size_t from_index = 0;
|
|
// while (from_index < max_index) {
|
|
// size_t to_index = from_index + reduce_batch;
|
|
// if (to_index > max_index) {
|
|
// to_index = max_index;
|
|
// }
|
|
//
|
|
// auto reduce_thread = std::make_shared<std::thread>(reduce_function, from_index, to_index);
|
|
// thread_array.push_back(reduce_thread);
|
|
//
|
|
// from_index = to_index;
|
|
// }
|
|
//
|
|
// for (auto &thread_ptr : thread_array) {
|
|
// thread_ptr->join();
|
|
// }
|
|
//}
|
|
|
|
void
|
|
CollectFileMetrics(int file_type, size_t file_size) {
|
|
server::MetricsBase& inst = server::Metrics::GetInstance();
|
|
switch (file_type) {
|
|
case TableFileSchema::RAW:
|
|
case TableFileSchema::TO_INDEX: {
|
|
inst.RawFileSizeHistogramObserve(file_size);
|
|
inst.RawFileSizeTotalIncrement(file_size);
|
|
inst.RawFileSizeGaugeSet(file_size);
|
|
break;
|
|
}
|
|
default: {
|
|
inst.IndexFileSizeHistogramObserve(file_size);
|
|
inst.IndexFileSizeTotalIncrement(file_size);
|
|
inst.IndexFileSizeGaugeSet(file_size);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
XSearchTask::XSearchTask(const std::shared_ptr<server::Context>& context, TableFileSchemaPtr file, TaskLabelPtr label)
|
|
: Task(TaskType::SearchTask, std::move(label)), context_(context), file_(file) {
|
|
if (file_) {
|
|
// distance -- value 0 means two vectors equal, ascending reduce, L2/HAMMING/JACCARD/TONIMOTO ...
|
|
// similarity -- infinity value means two vectors equal, descending reduce, IP
|
|
if (file_->metric_type_ == static_cast<int>(MetricType::IP)) {
|
|
ascending_reduce = false;
|
|
}
|
|
|
|
EngineType engine_type;
|
|
if (file->file_type_ == TableFileSchema::FILE_TYPE::RAW ||
|
|
file->file_type_ == TableFileSchema::FILE_TYPE::TO_INDEX ||
|
|
file->file_type_ == TableFileSchema::FILE_TYPE::BACKUP) {
|
|
engine_type = server::ValidationUtil::IsBinaryMetricType(file->metric_type_) ? EngineType::FAISS_BIN_IDMAP
|
|
: EngineType::FAISS_IDMAP;
|
|
} else {
|
|
engine_type = (EngineType)file->engine_type_;
|
|
}
|
|
|
|
milvus::json json_params;
|
|
if (!file_->index_params_.empty()) {
|
|
json_params = milvus::json::parse(file_->index_params_);
|
|
}
|
|
index_engine_ = EngineFactory::Build(file_->dimension_, file_->location_, engine_type,
|
|
(MetricType)file_->metric_type_, json_params);
|
|
}
|
|
}
|
|
|
|
void
|
|
XSearchTask::Load(LoadType type, uint8_t device_id) {
|
|
auto load_ctx = context_->Follower("XSearchTask::Load " + std::to_string(file_->id_));
|
|
|
|
TimeRecorder rc("");
|
|
Status stat = Status::OK();
|
|
std::string error_msg;
|
|
std::string type_str;
|
|
|
|
try {
|
|
fiu_do_on("XSearchTask.Load.throw_std_exception", throw std::exception());
|
|
if (type == LoadType::DISK2CPU) {
|
|
stat = index_engine_->Load();
|
|
type_str = "DISK2CPU";
|
|
} else if (type == LoadType::CPU2GPU) {
|
|
bool hybrid = false;
|
|
if (index_engine_->IndexEngineType() == engine::EngineType::FAISS_IVFSQ8H) {
|
|
hybrid = true;
|
|
}
|
|
stat = index_engine_->CopyToGpu(device_id, hybrid);
|
|
type_str = "CPU2GPU:" + std::to_string(device_id);
|
|
} else if (type == LoadType::GPU2CPU) {
|
|
stat = index_engine_->CopyToCpu();
|
|
type_str = "GPU2CPU";
|
|
} else {
|
|
error_msg = "Wrong load type";
|
|
stat = Status(SERVER_UNEXPECTED_ERROR, error_msg);
|
|
}
|
|
} catch (std::exception& ex) {
|
|
// typical error: out of disk space or permition denied
|
|
error_msg = "Failed to load index file: " + std::string(ex.what());
|
|
stat = Status(SERVER_UNEXPECTED_ERROR, error_msg);
|
|
}
|
|
fiu_do_on("XSearchTask.Load.out_of_memory", stat = Status(SERVER_UNEXPECTED_ERROR, "out of memory"));
|
|
|
|
if (!stat.ok()) {
|
|
Status s;
|
|
if (stat.ToString().find("out of memory") != std::string::npos) {
|
|
error_msg = "out of memory: " + type_str;
|
|
s = Status(SERVER_OUT_OF_MEMORY, error_msg);
|
|
} else {
|
|
error_msg = "Failed to load index file: " + type_str;
|
|
s = Status(SERVER_UNEXPECTED_ERROR, error_msg);
|
|
}
|
|
|
|
if (auto job = job_.lock()) {
|
|
auto search_job = std::static_pointer_cast<scheduler::SearchJob>(job);
|
|
search_job->SearchDone(file_->id_);
|
|
search_job->GetStatus() = s;
|
|
}
|
|
|
|
return;
|
|
}
|
|
|
|
size_t file_size = index_engine_->PhysicalSize();
|
|
|
|
std::string info = "Search task load file id:" + std::to_string(file_->id_) + " " + type_str +
|
|
" file type:" + std::to_string(file_->file_type_) + " size:" + std::to_string(file_size) +
|
|
" bytes from location: " + file_->location_ + " totally cost";
|
|
double span = rc.ElapseFromBegin(info);
|
|
// for (auto &context : search_contexts_) {
|
|
// context->AccumLoadCost(span);
|
|
// }
|
|
|
|
CollectFileMetrics(file_->file_type_, file_size);
|
|
|
|
// step 2: return search task for later execution
|
|
index_id_ = file_->id_;
|
|
index_type_ = file_->file_type_;
|
|
// search_contexts_.swap(search_contexts_);
|
|
|
|
load_ctx->GetTraceContext()->GetSpan()->Finish();
|
|
}
|
|
|
|
void
|
|
XSearchTask::Execute() {
|
|
auto execute_ctx = context_->Follower("XSearchTask::Execute " + std::to_string(index_id_));
|
|
|
|
if (index_engine_ == nullptr) {
|
|
return;
|
|
}
|
|
|
|
// ENGINE_LOG_DEBUG << "Searching in file id:" << index_id_ << " with "
|
|
// << search_contexts_.size() << " tasks";
|
|
|
|
TimeRecorder rc("DoSearch file id:" + std::to_string(index_id_));
|
|
|
|
server::CollectDurationMetrics metrics(index_type_);
|
|
|
|
std::vector<int64_t> output_ids;
|
|
std::vector<float> output_distance;
|
|
|
|
if (auto job = job_.lock()) {
|
|
auto search_job = std::static_pointer_cast<scheduler::SearchJob>(job);
|
|
// step 1: allocate memory
|
|
uint64_t nq = search_job->nq();
|
|
uint64_t topk = search_job->topk();
|
|
const milvus::json& extra_params = search_job->extra_params();
|
|
ENGINE_LOG_DEBUG << "Search job extra params: " << extra_params.dump();
|
|
const engine::VectorsData& vectors = search_job->vectors();
|
|
|
|
output_ids.resize(topk * nq);
|
|
output_distance.resize(topk * nq);
|
|
std::string hdr =
|
|
"job " + std::to_string(search_job->id()) + " nq " + std::to_string(nq) + " topk " + std::to_string(topk);
|
|
|
|
try {
|
|
fiu_do_on("XSearchTask.Execute.throw_std_exception", throw std::exception());
|
|
// step 2: search
|
|
bool hybrid = false;
|
|
if (index_engine_->IndexEngineType() == engine::EngineType::FAISS_IVFSQ8H &&
|
|
ResMgrInst::GetInstance()->GetResource(path().Last())->type() == ResourceType::CPU) {
|
|
hybrid = true;
|
|
}
|
|
Status s;
|
|
if (!vectors.float_data_.empty()) {
|
|
s = index_engine_->Search(nq, vectors.float_data_.data(), topk, extra_params, output_distance.data(),
|
|
output_ids.data(), hybrid);
|
|
} else if (!vectors.binary_data_.empty()) {
|
|
s = index_engine_->Search(nq, vectors.binary_data_.data(), topk, extra_params, output_distance.data(),
|
|
output_ids.data(), hybrid);
|
|
} else if (!vectors.id_array_.empty()) {
|
|
s = index_engine_->Search(nq, vectors.id_array_, topk, extra_params, output_distance.data(),
|
|
output_ids.data(), hybrid);
|
|
}
|
|
|
|
fiu_do_on("XSearchTask.Execute.search_fail", s = Status(SERVER_UNEXPECTED_ERROR, ""));
|
|
|
|
if (!s.ok()) {
|
|
search_job->GetStatus() = s;
|
|
search_job->SearchDone(index_id_);
|
|
return;
|
|
}
|
|
|
|
double span = rc.RecordSection(hdr + ", do search");
|
|
// search_job->AccumSearchCost(span);
|
|
|
|
// step 3: pick up topk result
|
|
auto spec_k = file_->row_count_ < topk ? file_->row_count_ : topk;
|
|
if (search_job->GetResultIds().front() == -1 && search_job->GetResultIds().size() > spec_k) {
|
|
// initialized results set
|
|
search_job->GetResultIds().resize(spec_k);
|
|
search_job->GetResultDistances().resize(spec_k);
|
|
}
|
|
{
|
|
std::unique_lock<std::mutex> lock(search_job->mutex());
|
|
XSearchTask::MergeTopkToResultSet(output_ids, output_distance, spec_k, nq, topk, ascending_reduce,
|
|
search_job->GetResultIds(), search_job->GetResultDistances());
|
|
}
|
|
|
|
span = rc.RecordSection(hdr + ", reduce topk");
|
|
// search_job->AccumReduceCost(span);
|
|
} catch (std::exception& ex) {
|
|
ENGINE_LOG_ERROR << "SearchTask encounter exception: " << ex.what();
|
|
// search_job->IndexSearchDone(index_id_);//mark as done avoid dead lock, even search failed
|
|
}
|
|
|
|
// step 4: notify to send result to client
|
|
search_job->SearchDone(index_id_);
|
|
}
|
|
|
|
rc.ElapseFromBegin("totally cost");
|
|
|
|
// release index in resource
|
|
index_engine_ = nullptr;
|
|
|
|
execute_ctx->GetTraceContext()->GetSpan()->Finish();
|
|
}
|
|
|
|
void
|
|
XSearchTask::MergeTopkToResultSet(const scheduler::ResultIds& src_ids, const scheduler::ResultDistances& src_distances,
|
|
size_t src_k, size_t nq, size_t topk, bool ascending, scheduler::ResultIds& tar_ids,
|
|
scheduler::ResultDistances& tar_distances) {
|
|
if (src_ids.empty()) {
|
|
return;
|
|
}
|
|
|
|
size_t tar_k = tar_ids.size() / nq;
|
|
size_t buf_k = std::min(topk, src_k + tar_k);
|
|
|
|
scheduler::ResultIds buf_ids(nq * buf_k, -1);
|
|
scheduler::ResultDistances buf_distances(nq * buf_k, 0.0);
|
|
|
|
for (uint64_t i = 0; i < nq; i++) {
|
|
size_t buf_k_j = 0, src_k_j = 0, tar_k_j = 0;
|
|
size_t buf_idx, src_idx, tar_idx;
|
|
|
|
size_t buf_k_multi_i = buf_k * i;
|
|
size_t src_k_multi_i = topk * i;
|
|
size_t tar_k_multi_i = tar_k * i;
|
|
|
|
while (buf_k_j < buf_k && src_k_j < src_k && tar_k_j < tar_k) {
|
|
src_idx = src_k_multi_i + src_k_j;
|
|
tar_idx = tar_k_multi_i + tar_k_j;
|
|
buf_idx = buf_k_multi_i + buf_k_j;
|
|
|
|
if ((tar_ids[tar_idx] == -1) || // initialized value
|
|
(ascending && src_distances[src_idx] < tar_distances[tar_idx]) ||
|
|
(!ascending && src_distances[src_idx] > tar_distances[tar_idx])) {
|
|
buf_ids[buf_idx] = src_ids[src_idx];
|
|
buf_distances[buf_idx] = src_distances[src_idx];
|
|
src_k_j++;
|
|
} else {
|
|
buf_ids[buf_idx] = tar_ids[tar_idx];
|
|
buf_distances[buf_idx] = tar_distances[tar_idx];
|
|
tar_k_j++;
|
|
}
|
|
buf_k_j++;
|
|
}
|
|
|
|
if (buf_k_j < buf_k) {
|
|
if (src_k_j < src_k) {
|
|
while (buf_k_j < buf_k && src_k_j < src_k) {
|
|
buf_idx = buf_k_multi_i + buf_k_j;
|
|
src_idx = src_k_multi_i + src_k_j;
|
|
buf_ids[buf_idx] = src_ids[src_idx];
|
|
buf_distances[buf_idx] = src_distances[src_idx];
|
|
src_k_j++;
|
|
buf_k_j++;
|
|
}
|
|
} else {
|
|
while (buf_k_j < buf_k && tar_k_j < tar_k) {
|
|
buf_idx = buf_k_multi_i + buf_k_j;
|
|
tar_idx = tar_k_multi_i + tar_k_j;
|
|
buf_ids[buf_idx] = tar_ids[tar_idx];
|
|
buf_distances[buf_idx] = tar_distances[tar_idx];
|
|
tar_k_j++;
|
|
buf_k_j++;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
tar_ids.swap(buf_ids);
|
|
tar_distances.swap(buf_distances);
|
|
}
|
|
|
|
const std::string&
|
|
XSearchTask::GetLocation() const {
|
|
return file_->location_;
|
|
}
|
|
|
|
size_t
|
|
XSearchTask::GetIndexId() const {
|
|
return file_->id_;
|
|
}
|
|
|
|
// void
|
|
// XSearchTask::MergeTopkArray(std::vector<int64_t>& tar_ids, std::vector<float>& tar_distance, uint64_t& tar_input_k,
|
|
// const std::vector<int64_t>& src_ids, const std::vector<float>& src_distance,
|
|
// uint64_t src_input_k, uint64_t nq, uint64_t topk, bool ascending) {
|
|
// if (src_ids.empty() || src_distance.empty()) {
|
|
// return;
|
|
// }
|
|
//
|
|
// uint64_t output_k = std::min(topk, tar_input_k + src_input_k);
|
|
// std::vector<int64_t> id_buf(nq * output_k, -1);
|
|
// std::vector<float> dist_buf(nq * output_k, 0.0);
|
|
//
|
|
// uint64_t buf_k, src_k, tar_k;
|
|
// uint64_t src_idx, tar_idx, buf_idx;
|
|
// uint64_t src_input_k_multi_i, tar_input_k_multi_i, buf_k_multi_i;
|
|
//
|
|
// for (uint64_t i = 0; i < nq; i++) {
|
|
// src_input_k_multi_i = src_input_k * i;
|
|
// tar_input_k_multi_i = tar_input_k * i;
|
|
// buf_k_multi_i = output_k * i;
|
|
// buf_k = src_k = tar_k = 0;
|
|
// while (buf_k < output_k && src_k < src_input_k && tar_k < tar_input_k) {
|
|
// src_idx = src_input_k_multi_i + src_k;
|
|
// tar_idx = tar_input_k_multi_i + tar_k;
|
|
// buf_idx = buf_k_multi_i + buf_k;
|
|
// if ((ascending && src_distance[src_idx] < tar_distance[tar_idx]) ||
|
|
// (!ascending && src_distance[src_idx] > tar_distance[tar_idx])) {
|
|
// id_buf[buf_idx] = src_ids[src_idx];
|
|
// dist_buf[buf_idx] = src_distance[src_idx];
|
|
// src_k++;
|
|
// } else {
|
|
// id_buf[buf_idx] = tar_ids[tar_idx];
|
|
// dist_buf[buf_idx] = tar_distance[tar_idx];
|
|
// tar_k++;
|
|
// }
|
|
// buf_k++;
|
|
// }
|
|
//
|
|
// if (buf_k < output_k) {
|
|
// if (src_k < src_input_k) {
|
|
// while (buf_k < output_k && src_k < src_input_k) {
|
|
// src_idx = src_input_k_multi_i + src_k;
|
|
// buf_idx = buf_k_multi_i + buf_k;
|
|
// id_buf[buf_idx] = src_ids[src_idx];
|
|
// dist_buf[buf_idx] = src_distance[src_idx];
|
|
// src_k++;
|
|
// buf_k++;
|
|
// }
|
|
// } else {
|
|
// while (buf_k < output_k && tar_k < tar_input_k) {
|
|
// tar_idx = tar_input_k_multi_i + tar_k;
|
|
// buf_idx = buf_k_multi_i + buf_k;
|
|
// id_buf[buf_idx] = tar_ids[tar_idx];
|
|
// dist_buf[buf_idx] = tar_distance[tar_idx];
|
|
// tar_k++;
|
|
// buf_k++;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
//
|
|
// tar_ids.swap(id_buf);
|
|
// tar_distance.swap(dist_buf);
|
|
// tar_input_k = output_k;
|
|
//}
|
|
|
|
} // namespace scheduler
|
|
} // namespace milvus
|