Commit 25894b28 authored by peng.xu's avatar peng.xu
Browse files

Merge branch 'fix_testivf' into 'branch-0.5.0'

MS-648 fix ivf test

See merge request megasearch/milvus!711

Former-commit-id: 1f623de80f8e4c2668f2a30c7a069433c9d333a6
parents e037b64d 6f74ca82
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -79,12 +79,8 @@ IVFSQHybrid::CopyGpuToCpu(const Config& config) {

VectorIndexPtr
IVFSQHybrid::CopyCpuToGpu(const int64_t& device_id, const Config& config) {
    if (auto res = FaissGpuResourceMgr::GetInstance().GetRes(device_id)) {
    auto p = CopyCpuToGpuWithQuantizer(device_id, config);
    return p.first;
    } else {
        KNOWHERE_THROW_MSG("CopyCpuToGpu Error, can't get gpu_resource");
    }
}

void