Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
milvus
提交
f49d7bd1
milvus
项目概览
BaiXuePrincess
/
milvus
与 Fork 源项目一致
从无法访问的项目Fork
通知
7
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
milvus
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
f49d7bd1
编写于
9月 09, 2019
作者:
X
xj.lin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MS-526 1. Fix knowhere unittest again
Former-commit-id: 1331f1b1b43571b577b3d55abd7802659f621819
上级
f3333686
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
6 addition
and
6 deletion
+6
-6
cpp/src/core/test/test_ivf.cpp
cpp/src/core/test/test_ivf.cpp
+5
-5
cpp/src/core/test/test_nsg/test_nsg.cpp
cpp/src/core/test/test_nsg/test_nsg.cpp
+1
-1
未找到文件。
cpp/src/core/test/test_ivf.cpp
浏览文件 @
f49d7bd1
...
...
@@ -52,7 +52,7 @@ class IVFTest
void
SetUp
()
override
{
std
::
tie
(
index_type
,
preprocess_cfg
,
train_cfg
,
add_cfg
,
search_cfg
)
=
GetParam
();
//Init_with_default();
Generate
(
128
,
1000000
/
10
,
10
);
Generate
(
128
,
1000000
/
10
0
,
10
);
index_
=
IndexFactory
(
index_type
);
FaissGpuResourceMgr
::
GetInstance
().
InitDevice
(
device_id
,
1024
*
1024
*
200
,
1024
*
1024
*
600
,
2
);
}
...
...
@@ -84,7 +84,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest,
Config
::
object
{{
"k"
,
10
}}),
std
::
make_tuple
(
"GPUIVF"
,
Config
(),
Config
::
object
{{
"nlist"
,
1
638
},
{
"gpu_id"
,
device_id
},
{
"metric_type"
,
"L2"
}},
Config
::
object
{{
"nlist"
,
1
00
},
{
"gpu_id"
,
device_id
},
{
"metric_type"
,
"L2"
}},
Config
(),
Config
::
object
{{
"k"
,
10
}}),
std
::
make_tuple
(
"GPUIVFPQ"
,
...
...
@@ -99,7 +99,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest,
Config
::
object
{{
"k"
,
10
}}),
std
::
make_tuple
(
"GPUIVFSQ"
,
Config
(),
Config
::
object
{{
"gpu_id"
,
device_id
},
{
"nlist"
,
1
638
},
{
"nbits"
,
8
},
{
"metric_type"
,
"L2"
}},
Config
::
object
{{
"gpu_id"
,
device_id
},
{
"nlist"
,
1
00
},
{
"nbits"
,
8
},
{
"metric_type"
,
"L2"
}},
Config
(),
Config
::
object
{{
"k"
,
10
}})
)
...
...
@@ -386,8 +386,8 @@ class GPURESTEST
int64_t
elems
=
0
;
};
const
int
search_count
=
10
0
;
const
int
load_count
=
3
0
;
const
int
search_count
=
10
;
const
int
load_count
=
3
;
TEST_F
(
GPURESTEST
,
gpu_ivf_resource_test
)
{
assert
(
!
xb
.
empty
());
...
...
cpp/src/core/test/test_nsg/test_nsg.cpp
浏览文件 @
f49d7bd1
...
...
@@ -25,7 +25,7 @@ class NSGInterfaceTest : public DataGen, public TestWithParam<::std::tuple<Confi
protected:
void
SetUp
()
override
{
//Init_with_default();
FaissGpuResourceMgr
::
GetInstance
().
InitDevice
(
DEVICE_ID
,
1024
*
1024
*
200
,
1024
*
1024
*
3
00
,
2
);
FaissGpuResourceMgr
::
GetInstance
().
InitDevice
(
DEVICE_ID
,
1024
*
1024
*
200
,
1024
*
1024
*
6
00
,
2
);
Generate
(
256
,
1000000
,
1
);
index_
=
std
::
make_shared
<
NSG
>
();
std
::
tie
(
train_cfg
,
search_cfg
)
=
GetParam
();
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录